I spent some evening hours trying to figure out how I can access data sent back from the server when using the data source. The most simple task to begin with is that I would like to display the number of records found when using data source with kendo grid.
Both the grid and the data source documentation mentions events that I think would suit me. Like "change" and/or "dataBound". But there are no examples on how to use them or how to access dynamic info. Like initially the count of records being returned.
Once I've figured that out I would like to grab other pieces of information that is part of the returned json object. Custom information that I'd like access to for further manipulation.
Have experimented a lot but only managed to have it display static information, basically writing "Hello World" and nothing else. (And Hello World was not part of the info returned with the json object.)
Both the grid and the data source documentation mentions events that I think would suit me. Like "change" and/or "dataBound". But there are no examples on how to use them or how to access dynamic info. Like initially the count of records being returned.
Once I've figured that out I would like to grab other pieces of information that is part of the returned json object. Custom information that I'd like access to for further manipulation.
Have experimented a lot but only managed to have it display static information, basically writing "Hello World" and nothing else. (And Hello World was not part of the info returned with the json object.)