New to Kendo UI for VueStart a free 30-day trial

Vue Grid Multi-column Sorting

Updated on Sep 9, 2026

The Kendo UI for Vue Grid supports sorting by multiple data-bound columns.

Enabling Multiple-column Sorting

To enable sorting by multiple columns, follow these steps:

  1. Enable the autoProcessData prop to allow the Grid to handle the updated state automatically.
  2. Set the sortable option of the Grid and set its mode prop to multiple.
  3. (Optional) Set the defaultSort prop to define the initial sorting.

The following example demonstrates the minimum required configuration for sorting multiple Grid records.

Example
View Source
Loading ...
In this article
Enabling Multiple-column SortingSuggested Links
Not finding the help you need?
Contact Support