New to KendoReact? Learn about KendoReact Free.
KendoReact Data Grid Basic Filtering
The KendoReact Data Grid provides a free global filtering feature that allows you to display only those Grid records which meet specified criteria.
Enabling Basic Filtering
You can enable the global filtering of the Grid by following these steps:
- Enable the
autoProcessData
prop to allow the Grid to handle paging automatically. - Set the
filterable
prop of the Grid to render a filter row under the column headers. - (Optional) Set the
defaultFilter
prop to set initial filtering for the Grid.
The following example demonstrates how to implement filtering using the built-in state management of the KendoReact Grid.
Change Theme
Theme
Loading ...