You can have Telerik RadGrid to handle the sorting automatically by setting RadGrid.AllowSorting property to true.
There are three sorting modes in Telerik RadGrid:
- Ascending
- Descending
- No Sort
Moreover, you can sort the data using multi-column sorting just like Microsoft Excel.

Telerik RadGrid gives you an advanced option to control the sorting programmatically using the sorting expressions.
See Also