New to KendoReact? Start a free 30-day trial
Persisting The KendoReact Grid's DataState Between Page Reloads
Environment
Product Version | v5.12.1 |
Product | Progress® KendoReact Grid |
Description
I want to preserve the Grid state between page reloads.
Solution
You can achieve this by saving the DataState to the localStorage. When the dataState changes, store it in the localStore, and when the component loads, set the previously saved dataState from the localStorage.
Change Theme
Theme
Loading ...