I am using Asp net 5, NHibernate 3.3 and Kendo UI MVC wrapper for grid to render the table of client orders. There are lots of orders in database already and the number is c
I would like to add onto @aaron-jessen answer with this jewel I found on Telerik's forums:
$("#grid").kendoGrid({ dataSource: { type: "aspnetmvc-ajax", // If missing may cause NULL values in ApiController } })