c# - Binding kendo grid to datatable retrevied from database -


we can retrieve data database in form of data tables or datasets , can bind same grid view or drop download list, etc.

grivew1.datasource=dtusers; 

is there way possible bind data kendo grid without using mvc. if possible please share sample code.

the kendo ui grid suppports data binding , can command widget display data either local or remote data storage. local data binding need supply array of javascript objects/json via datasource data property of grid, or utilize kendo ui datasource mediator between grid , underlying data.


Comments