Hello All,
I have implemented custom paging on my radgrid. I am using the VirtualCount property to set the number of pages which works fine too. But when I page forward data for page shows up, but when I page back no matter which page I click all I can see is page one data. For some reason on paging backward always goes back to page one.
I have enabled Viewstate for the grid RadGrid1.EnableViewState=true; and ViewStateMode="disabled" it for the RadMultipage (where my grid sits). If enable both on the first attempt to page backward will show the same page after postback. I have to click twice to go the page desired. Somewhere the page number is cached, but don't know what is causing that.
Thank you in advance
I have implemented custom paging on my radgrid. I am using the VirtualCount property to set the number of pages which works fine too. But when I page forward data for page shows up, but when I page back no matter which page I click all I can see is page one data. For some reason on paging backward always goes back to page one.
I have enabled Viewstate for the grid RadGrid1.EnableViewState=true; and ViewStateMode="disabled" it for the RadMultipage (where my grid sits). If enable both on the first attempt to page backward will show the same page after postback. I have to click twice to go the page desired. Somewhere the page number is cached, but don't know what is causing that.
Thank you in advance