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

[Solved] Custom Paging Possible?

1 Answer 229 Views
Grid
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Evangelos Gatzonis
Top achievements
Rank 1
Evangelos Gatzonis asked on 24 Feb 2010, 10:27 AM
Hello,
Hopefully, I got this right. That is with paging you query for the whole set of records and then each time a new page is requested you send down again the whole resultset.Right?
Is it possible, however,  to do what in the asp.net days was referred to as "Custom Paging". That is send to the client a pageSize worth of rows each time a page is requested and not the whole resultset?
Thanks a lot.

1 Answer, 1 is accepted

Sort by
0
Accepted
Atanas Korchev
Telerik team
answered on 24 Feb 2010, 11:16 AM
Hello Evangelos Gatzonis,

If the underlying data source has a full blown LINQ provider (Linq 2 SQL, OpenAccess, EntityFramework etc) the grid will perform the paging on the database level. This means that only the required data (a single page) will be retrieved from the database.

Custom paging is also possible - you can check this online example.

All the best,
Atanas Korchev
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
Tags
Grid
Asked by
Evangelos Gatzonis
Top achievements
Rank 1
Answers by
Atanas Korchev
Telerik team
Share this question
or