The State management allows users to save and load grid state. The grid will use the user provided state to render instead of its properties provided declaratively. By using the "saveState" and "loadState" methods, you can dynamically save and load the Grid state. You can use the "getState" method to get the Grid state in a JSON format and then pass the state as argument when calling the "loadState" method.

Save State
Load State
Reset State