New to Kendo UI for Vue? Start a free 30-day trial

Persisting the State

You can save the customizations and settings of the user and then restore them when the user logs back later on.

The Kendo UI Grid wrapper for Vue enables you to save and restore the settings that were previously applied to its structure by using the getOptions() and setOptions() methods from its API. These methods allow you to serialize the current state of the Grid when needed and recover it at a certain point in time. The following example demonstrates how to use the localStorage key/value pair to save and load the Kendo UI Data Grid wrapper for Vue settings.

Example
View Source
Change Theme:

In this article

Not finding the help you need?