Sort by Multiple Columns
The GridControl supports programmatic and end-user sorting of data by an unlimited number of columns in ascending or descending order.
To allow sorting data against multiple columns, set the grid’s SortMode property to Multiple. Then, you can tap required column headers to initiate sorting, change column sort order, or clear sorting. Note that when you apply sorting to a column, the sort settings of other columns specified previously are preserved.
In this example, data rows are sorted by the Customer.Name column first and then by the Total column.
Related APIs: