Question
3
Replies
800
Views
Posted: August 25, 2015
Last activity: August 25, 2015
Closed
Solved
Reload section does not maintain paging context of repeat grid
User has a repeat grid with pagination enabled. Let's say he is on page 3 of the grid and he performs an action that invokes a refresh on the part of the screen hosting the grid, he is brought to page 1 of the grid instead of staying on page 3.
If idea is just to refresh a part of screen apart from Grid itself. I would suggest keeping grid and other content in separate sections and just refresh the section with content.
If you are looking to refresh grid also along with contents you should use "Refresh List" instead of "Refresh Section" for refreshing list and maintaining the sorting and pagination order.
Let us know if this helps.