This question is locked. New answers and comments are not allowed.
Hi,
I have a Ajax bound Telerik MVC grid with paging enabled (50 records per page). The data source for the grid is a database table (LINQ to SQL) which has some 5000 records.
The problem I'm facing is that on loading the grid entire 5000 records are fetched at once and on sub sequent click on different pages all these records are fetched again.
Please provide some solution on how to avoid fetching all the records at once and on subsequent paging. The solution should also take care of maintaining the sorting while moving across pages.
Any help would be appreciated.
Thanks
Shreejit