New to Kendo UI for Vue? Start a free 30-day trial
Kendo UI for Vue Data Grid Single-column Sorting
Updated on Feb 9, 2026
The Kendo UI for Vue Data Grid enables you to sort single data-bound columns.
To enable sorting in the Kendo UI for Vue Grid and utilize its built-in state management, follow these steps:
- Enable the
autoProcessDataprop to allow the Grid to handle the updated state automatically. - Set the
sortableprop of the Grid to enable sorting. - (Optional) Set the
defaultSortprop to define the initial sorting.
The following example demonstrates how to use sorting handled by the built-in state management of the Kendo UI for Vue Grid.
Change Theme
Theme
Loading ...