This question is locked. New answers and comments are not allowed.
I'm attempting to programmatically force a Telerik grid to page. This is easy using the pageTo() method, however I can't seem to find the maximum number of pages available. If I don't know this, I could end up off the end of the page.
In the Client API documentation (http://www.telerik.com/help/aspnet-mvc/telerik-ui-components-grid-client-api.html) is states:
pageTo - pages the grid to the specified page number. The page number must be valid - within the range of available pages.
However, how do I find out the range of available pages?
In the Client API documentation (http://www.telerik.com/help/aspnet-mvc/telerik-ui-components-grid-client-api.html) is states:
pageTo - pages the grid to the specified page number. The page number must be valid - within the range of available pages.
However, how do I find out the range of available pages?