We are using custom paging, and the standard Slider pager. If we scroll to the last page of the grid, then apply a column filter which reduces the number of rows, the current page indicator incorrectly displays the wrong page number (it displays last page number of the unfiltered data). To see the last page of filtered data, the user must click Previous and then Next.
I believe this is because the ItemEvent event for GridInitializePagerItem is raised before the filtered data is supplied via the NeedDataSource event. Would forcing the pager controls to be re-created by calling the ItemEvent, specifying GridInitializePagerItem solve the problem? If so, how would I go about doing so.
Thank you,
Martin.
I believe this is because the ItemEvent event for GridInitializePagerItem is raised before the filtered data is supplied via the NeedDataSource event. Would forcing the pager controls to be re-created by calling the ItemEvent, specifying GridInitializePagerItem solve the problem? If so, how would I go about doing so.
Thank you,
Martin.