RadGrid for ASP.NET

Multi-column sorting Send comments on this topic.
Sorting > Multi-column sorting

Glossary Item Box

If GridTableView.AllowMultiColumnSorting is set to true, more than one column sort expression can be added. The sorting order is the same as the sequence of expressions in GridTableView.SortExpressions collection.
In the example below, the grid sorted is by Country ascending and then by City descending:

Multi-Column Sorting