I have RadGrid in web application, Paging Working Perfectly when pagerStyle Mode is set to "NumericPages" and "Advanced"
When Mode is
1) set to ="NextPrevAndNumeric" Paging is not working properly. i.e., I have total 4 pages is in grid. When I click Page 2, data on page 2 displayed properly. When I click Page 3. Data on page 4 is displayed. Now if i press Page 2 then Data on Page 3 is displayed. when I click Page 1 then data on page 2 is dispalyed.
I have binded datagrid on pageload also I have Grid's pageIndexChanged Method. When I remove Pageindex changed mehtod then also same issue occurs..
2) set mode to = "NextPrev" then also paging have issues. i.e. I have total 4 pages is in grid, when I click "next" data on page 2 displayed. Then again if you click "Next" data on page 1 displayed instead of data on page 3.
Kindly suggest what is the reason behind this odd behavior ??