Is there an example of using On Demand Paging with a RadClientDataSource.
We have a RadClientDataSource that connects to a controller return json data. We pass the page index, and page size to the controller, and it returns the records for that page, as well as the total count that we assign to the virtualCount.
However, when we try to page, we get an "Out of stack space". We do not see another call to our parameter map function to get another page. How do we set this up?
We have a RadClientDataSource that connects to a controller return json data. We pass the page index, and page size to the controller, and it returns the records for that page, as well as the total count that we assign to the virtualCount.
However, when we try to page, we get an "Out of stack space". We do not see another call to our parameter map function to get another page. How do we set this up?