New to Telerik UI for ASP.NET Core? Download free 30-day trial
Persist state
- EXAMPLE
- VIEW SOURCE
-
EDIT IN TELERIK REPL
-
Change Theme
default
- Main
- Main Dark
- Nordic
- Ocean Blue
- Purple
- Turquoise
- Main
- Main Dark
- Nordic
- Urban
- Vintage
- Main
- Arctic
- Lime Dark
- Main Dark
- Nova
- Main
- Main Dark
- Opal
- Silver
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 Telerik for ASP.NET Core GridView provides the ability to save and restore changes that were previously applied to its settings, using its getOptions()
and setOptions()
client-side methods. You can use these methods to store settings like grouping, paging, sorting, filtering and when needed to restore them. To demonstrate this functionality, we use localStorage
key/value pair to save and load the grid state.
More about Telerik Grid for ASP.NET Core