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:
