New to KendoReactLearn about KendoReact Free.

KendoReact Data Grid State Management

Updated on Mar 4, 2026

The KendoKendoReact Data Grid provides multiple options for managing its state. You can control the Grid state by passing the respective state properties like filter, sort, select, etc., or leverage its built-in state management mechanism.

Controlling the Grid State

To control any of the Grid's state properties, pass the respective property and it will always take precedence over the internal state management.

Change Theme
Theme
Loading ...

Built-in State Management

By default, the Grid manages its state internally. It is enough to enable the respective feature like filterable, sortable, or selectable, and the Grid will utilize its built-in state management, which works out of the box with the autoProcessData property enabled.

You can still provide a default value by passing a default%STATE_PROP% property to the Grid, or keep track of the changes through the respective on%STATE_PROP%Change event.

The built-in state management does not work when using the Grid in RSC Mode.

Change Theme
Theme
Loading ...