Question
Hf Management Services LLC
US
Last activity: 21 Jul 2017 4:41 EDT
Retaining the filtering options in a Grid
Hi,
We have an use-case in our application.
Scenario:
1. In the Home Page we have a grid
2. User selects some filtering options in the grid and clicks on a particular item in the grid.
3. By clicking on the item, it will land in the work object of that item (which is in a different tab)
4. User performs some action on the work object and goes back to home grid (which is in a different tab)
5. Now we want the Grid to be refreshed. Since the workobject status might be resolved and it has to be reflected as resolved.
6. But we want the earlier selected filtering options to be persisted in the Grid. Since if we dont persist the filtering option, the grid will show all the hundreds of items again and user has to select all the filters again.
How can we resolve the problem?
Please don't suggest to disable refreshing of the Grid which we obviously know :)