Kendo grid server side grouping

后端 未结 2 2077
北恋
北恋 2020-12-10 20:45

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

2条回答
  •  旧巷少年郎
    2020-12-10 20:52

    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
      }
    })
    

提交回复
热议问题