New to Telerik UI for ASP.NET AJAX? Download free 30-day trial

Multi-Column Sorting

If a GridTableView object's AllowMultiColumnSorting property is set to True, more than one column sort expression can be added to the table view. The sort order is the same as the sequence of expressions in the GridTableView.SortExpressions collection.

In the example below, the grid sorted is by Country ascending and then by City descending:

Multi-Column Sorting

See Also

In this article