KendoReact Data Grid Multi-column SortingPremium
The KendoReact Data Grid supports sorting by multiple data-bound columns.
Enabling Multiple-column Sorting
To enable sorting by multiple columns, follow these steps:
- Enable the 
autoProcessDataprop to allow the Grid to handle the updated state automatically. - Set the 
sortableoption of the Grid and set itsmodeprop tomultiple. - (Optional) Set the 
defaultSortprop to define the initial sorting. 
The following example demonstrates the minimum required configuration for sorting multiple Grid records.
Change Theme
Theme
Loading ...