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

radDataPager for large data items

1 Answer 25 Views
DataPager
This is a migrated thread and some comments may be shown as answers.
Khalid
Top achievements
Rank 1
Khalid asked on 21 Nov 2012, 04:24 PM
hi,

i have a millions of records and don't want to show them all at the grid for performance issue
i want the pager to work on demand, for example i need it to view 10 record at the radGridView along with correct count of pages
the problem is the pager at that case will show 1 page because the pager read from the same source.

i don't want to use DomainDataSource Because it conflicts with somethings in my Structure

what can i do and thanks a lot.

1 Answer, 1 is accepted

Sort by
0
Rossen Hristov
Telerik team
answered on 22 Nov 2012, 08:52 AM
Hello,

You can create a custom implementation of IPagedCollectionView and bind the pager to it. You can reflect Microsoft's default implementation called PagedCollectionView to see what it does.

This however is not a trivial task and is beyond our support scope.

Regards,
Rossen Hristov
the Telerik team

Explore the entire Telerik portfolio by downloading Telerik DevCraft Ultimate.

Tags
DataPager
Asked by
Khalid
Top achievements
Rank 1
Answers by
Rossen Hristov
Telerik team
Share this question
or