How to use data from Model to bind as kendo datasource
问题 i have an empty div that i want to initialize into a kendo grid using data from Model..it should be something like the following but i am unable to load data $("#mapsDiv").kendoGrid({ sortable: true, dataSource: { transport: { read:"/Home/About", dataType: "odata" }, pageSize: 5 }, pageable: true, resizable: true, columnMenu: true, scrollable:true, navigatable: true, editable: "incell" }); About.cshtml @model List<KendoExample.Entities.ShortStudent> <div class="row"> <div class="col-md-12