New to Telerik UI for ASP.NET Core? Download free 30-day trial
ASP.NET Core Filter State Persistence
- EXAMPLE
- VIEW SOURCE
-
Change Theme
defaultDefault Theme
- Main
- Main Dark
- Nordic
- Ocean Blue
- Ocean Blue A11Y
- Purple
- Turquoise
Bootstrap Theme- Main
- Bootstrap 3
- Bootstrap 3 Dark
- Main Dark
- Nordic
- Turquoise
- Turquoise Dark
- Urban
- Vintage
Material Theme- Main
- Arctic
- Lime Dark
- Main Dark
- Nova
Classic Theme- Main
- Green
- Green Dark
- Lavender
- Lavender Dark
- Main Dark
- Metro
- Metro Dark
- Moonlight
- Opal
- Opal Dark
- Silver
- Silver Dark
- Uniform
Fluent Theme- Main
Also available for:
CLIENT-SIDE API SERVER-SIDE APIDescription
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.