New to Telerik UI for ASP.NET MVC? Download free 30-day trial

ASP.NET MVC Filter State Persistence

Loading Demo...
  • EXAMPLE
  • VIEW SOURCE
persist_state.cshtml
Persist_StateController.cs

Also available for:

CLIENT-SIDE API SERVER-SIDE API

Description

A common scenario is to save the user customization and settings when interacting with your app, and then restore them once he/she logs back at some point in the future.

The Kendo UI Filter provides the ability to save and restore changes that were previously applied to its structure, using its getOptions and setOptions client-side methods. You can use these methods to store settings and when needed to restore them. To demonstrate this functionality, we use localStorage key/value pair to save and load the filter state.

Additional Apps

This Filter example is part of a unique collection of hundreds of ASP.NET MVC demos, with which you can see all Telerik ASP.NET MVC components and their features in action. View the source code of the demos from the library or directly adapt, and edit them and their theme appearance in the ThemeBuilder.

Support & Learning Resources

Additional Resources