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
Hi,
I'm just checking if you need any further assistance with this.
Hello Arfan,
There is no built-in functionality that allows for saving and restoring control's state, so this should be done manually. This thread may be helpful: http://es.infragistics.com.es/community/forums/p/74470/376687.aspx
Hope this helps.
Any feedback on this?