Hi everyone,
How can I keep all of Ig-Grid status (example: sorted column, selected row, data of grid, ...) before I move to another page, and use the stored one to return the primary status when I come back without re-call API?
My english is poor, so if you don't understand what I asking for? Please feel free to ask. Thanks a lot!
Your solutions were on point...!!!
Hello Hiroyuki,
I am glad that you find my suggestion helpful.
Thank you for using Infragistics components.
Hi Vasya,
Sorry for my delay reply and thank you for you given solutions. They are helpful to me!
Hello,
Thank you for posting in our community.
By design, igGrid persists its states between rebinding via the persist option which persists features between states. For example, if you have paging enabled and you sort column the sorting state is persisted across pages. More information on this can be found here.
In case that you are looking for a way to persist your settings when the browser states have to be saved in the localStorage of your browser and afterwards reloaded via using the API calls for corresponding methods. Similar question is discussed here.
Please let me know if you need any further assistance with this matter.