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
stateSettings.autoSave and stateSettings.autoLoad
properties, the state will be automatically save/loaded when an action is applied such as sort, filter, column
resize, etc.
You can also get, 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.