How to avoid the refetch of records when paging button is clicked on the radgrid.
Posted
by Pravin
on Stack Overflow
See other posts from Stack Overflow
or by Pravin
Published on 2010-04-07T09:23:26Z
Indexed on
2010/04/07
10:03 UTC
Read the original article
Hit count: 738
Iam using the radgrid, in my web application. Iwant to avoid the refetch of records when paging button is clicked on the radgrid. I have a method SetTodaysAlerts which gets near about 100 records and binds to my radgrid. The page size of the radgrid is 10, hence First, Next, Previous and Last buttons are available. When I click the next button how can I avoid the re fetching of the records again. FYI: Iam using the radgrid_NeedDataSource event which does the datafetch again when any navigatin button is clicked on the radgrid.
© Stack Overflow or respective owner