New to Kendo UI for jQuery? Download free 30-day trial

State Persistence

The Grid enables you to save the custom settings of the user and restore them after the user logs back at some future moment.

To persist the settings that were previously applied to its structure, use the getOptions and setOptions methods of the Grid. These methods allow you to serialize the current state of the Grid if needed and recover that state later. For a runnable example, refer to the demo on persisting the state of the Grid.

See Also

In this article