This question is locked. New answers and comments are not allowed.
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
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