If I'm getting data from a webservice and returning 10 at a time using server-paging, say there are 500 results, how do I return this so the datasource knows how many total pages there is?
Using Fiddler, it looks like: http://demos.kendoui.com/web/grid/remote-data.html has __count=830 under the key 'd'.
I'm not returning data like that but a simple JSON array. How would I go about it?
Using Fiddler, it looks like: http://demos.kendoui.com/web/grid/remote-data.html has __count=830 under the key 'd'.
I'm not returning data like that but a simple JSON array. How would I go about it?