Persisting The KendoReact Grid's DataState Between Page Reloads
Environment
Product Version | v5.12.1 |
Product | Progress® KendoReact |
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.