Discussion
Tech Mahindra
IN
Last activity: 15 Aug 2015 2:02 EDT
How to refresh a single page of repeating grid with pagination after performing local action.
We have a repeating grid loading with page list with pagination. Users can perform action like edit or delete using local action.
Suppose user is performing these actions in page (say 3) and after submitting the local action the cursor is again going to page 1. Now the requirement is on submitting the local action the cursor should be on same page (say 3) itself. Though it is an expected behavior we have to customize this feature.
Is there any way to achieve this?