For my application, I have achieved something similar to the first example on this demo:
http://demos.telerik.com/aspnet-ajax/grid/examples/client/virtualscrollpaging/defaultcs.aspx
However, when a new page is loaded, the previous page's data is lost. How can I enable caching so that once a page loads, the data is cached? (The second example on the linked page implements this caching)
http://demos.telerik.com/aspnet-ajax/grid/examples/client/virtualscrollpaging/defaultcs.aspx
However, when a new page is loaded, the previous page's data is lost. How can I enable caching so that once a page loads, the data is cached? (The second example on the linked page implements this caching)