New to Kendo UI for Vue? Start a free 30-day trial
Kendo UI for Vue Data Grid Basic Filtering
Updated on Feb 9, 2026
The Kendo UI for Vue 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
autoProcessDataprop to allow the Grid to handle paging automatically. - Set the
filterableprop of the Grid to render a filter row under the column headers. - (Optional) Set the
defaultFilterprop to set initial filtering for the Grid.
The following example demonstrates how to implement filtering using the built-in state management of the Kendo UI for Vue Grid.
Change Theme
Theme
Loading ...