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

Custom Paging

1 Answer 92 Views
DataPager
This is a migrated thread and some comments may be shown as answers.
Chirag
Top achievements
Rank 1
Chirag asked on 28 Feb 2012, 12:20 PM
hi to all 

can any one have idea how to implement custom paging in RadDataPager like asp.net pager control 

Suppose i have a count of records in table suppose 100000 My page size is 1000 so 

at first point (page load) get only first 1000 records and  after when move ahead (click on another page ) on page index 2 so again go on service and fetch 1001 to 2000 records from server and bind to grid  

1 Answer, 1 is accepted

Sort by
0
Accepted
Missing User
answered on 28 Feb 2012, 02:09 PM
Hi Chirag,

I have already created a DataPager with this scenario, you should use the RadDataPager in it's Unbound Mode. Take a look at this:

http://www.telerik.com/help/silverlight/raddatapager-features-unbound-mode.html

Hope it helps.

Tags
DataPager
Asked by
Chirag
Top achievements
Rank 1
Answers by
Missing User
Share this question
or