We allow our users to optionally save the state of their grids and persist them in the db. When a user comes back to he screen, they see the standard grid display just for a moment, then it updates their grid via JavaScript ( setOptions call) as it applies their persisted state settings. This makes it look like it's doing a double load.
We would rather just initialize the grid with their persisted settings (via serialized json string) so the grid shows correctly on the initial load.
Is this possible?
We are using MVC.
Thanks!
We would rather just initialize the grid with their persisted settings (via serialized json string) so the grid shows correctly on the initial load.
Is this possible?
We are using MVC.
Thanks!