Hi NetDeveloper1107,
As you explained you are using custom paging control which initiates the paging operations (invokes the
GetNextPageData and
GetPreviousPageData methods) - that is why the CurrentPageIndex value of the grid is not updated, it is only when you trigger the paging action from the built-in grid pager.
Hence your option is to store the page index in a hidden field manually (as you already did) and pass it to our web service or page method. Also migrate to the latest 2010.1.415 release of the suite as suggested before.
Finally, note that the
AllowAutomaticXXXX properties of the grid are meaningful with server-side binding only as presented on
this demo.
Best regards,
Sebastian
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the
Telerik Public Issue Tracking system and vote to affect the priority of the items.