Question
Cosmos Section refresh does not honour pagination and filter criteria in grid
Hi,
We have a requirement for a grid to retain current pagination and filter criteria on section refresh. Is this behavior expected? or can we do anything to retain the state of grid. @RichardMarsot
Exact use case is we launch a modal dialog on click of a button in a section which contains grid as well. Based on the items user has selected in the grid, the Modal dialog flow performs some operation on the grid items like changing some values. Now, once we submit the modal dialog we do a section refresh, which resets the filters and current page which user is viewing.
Hello @Avinash.Haridasu,
Perform the following local change: Use Refresh List to maintain the Pagination, Sorting, or Filtering state of the repeating grid. Optionally, use Advanced Pagination to maintain the state of the repeating grid with Reload Section. You must write custom logic to achieve the pagination you want.
Regards,
Tashika