Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
525
How to do State Management in Ignite Grid?
posted

Hello,

I am using MVC wrapper to create the Ignite Grid. I need to maintain the state of the grid when I navigate away and back to the view containing the grid.

 i.e; If I am on page no. 3 and I edit 4rth row of the grid and navigate to the edit page. My requirement is: when I am done with editing and come back to the view then the grid should take me to the page no.3 and show 4rth row selected automatically.

The states that I am interested to maintain are:

-PageIndex

-Selected Row

-Sort By

-Sort Order

-FilterBy

NOTE: The paging, filtering and sorting are all server side.

Is there a recommended way to maintain the state of the grid OR Is there any built-in feature/option in the Ignite Grid to achieve this?

Any help shall be appreciated.

Regards,

Arfan Baig