When the user creates some complex filter on the UI to select data, they can operate on a selected row via a menu item on the site.
After performing that operation, I return the user to the page with the grid. I would like to initiate the grid with the same filter.
As in my case, the data is filtered on the server, I thought about saving the jsonData in a cookie. That works, but it does not reflect the filter in the UI.
Can you give me some guidance how I can initiate the grid with an existing filter? I could save and access the jsonData on the page, but then needs to feed it to the grid.