This question is locked. New answers and comments are not allowed.
Hi telerik team,
i am binding the telerik grid using ajax. it is working fine when there are less number of records but when there are 100k records this doesn't work.
so i decided to bind grid based on grid pager and coded to get records based on page number requested by the user . i am getting the records based on page number but the problem is since grid pager will be generated based on the number of records binded to the grid. so, not able to generate remaining page numbers. every time i will get "1" displayed in the pager since only five records will be loaded initially and user cannot select any page number further.
so i want to know if their is any work around to generate page numbers without depending on number of records getting binded to the grid.
thanks,
Ashok
i am binding the telerik grid using ajax. it is working fine when there are less number of records but when there are 100k records this doesn't work.
so i decided to bind grid based on grid pager and coded to get records based on page number requested by the user . i am getting the records based on page number but the problem is since grid pager will be generated based on the number of records binded to the grid. so, not able to generate remaining page numbers. every time i will get "1" displayed in the pager since only five records will be loaded initially and user cannot select any page number further.
so i want to know if their is any work around to generate page numbers without depending on number of records getting binded to the grid.
thanks,
Ashok