This is a migrated thread and some comments may be shown as answers.

Telerik Grid - Paging Issue

2 Answers 88 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Minesh Doshi
Top achievements
Rank 1
Minesh Doshi asked on 26 May 2011, 02:44 PM
Hello,

I want to show 10 records out of 100,000 records from database using telerik grid.

So, i am plannint to use telerik grid's inbuild paging.
Now, the issue is if i need to use telerik paging, i must have 100,000 records with me. So, my sql query will take too much time as i will get 100,000 records for paging.

Can i pass argument to fetch 10 records and it takes only 10 records from database and manage paging too in telerik-grid??

Note: i will also use telerik grid's filtering and sorting too. So, the solution should support paging as well as filtering and sorting.

Please suggest.

Thanks.

2 Answers, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 26 May 2011, 02:56 PM
Hello Himanshu,

Take a look at the following help article.
Client/server grid performance optimizations.
Custom paging.

Thanks,
Shinu.
0
Minesh Doshi
Top achievements
Rank 1
answered on 31 May 2011, 04:31 PM
Hi Shinu,

Yes, the below link helped me to create custom filtering/paging/sorting.

Thanks for the help.
Tags
Grid
Asked by
Minesh Doshi
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Minesh Doshi
Top achievements
Rank 1
Share this question
or