You can have the Telerik ASP.NET Grid automatically sort its columns by setting a single property. When sorting is enabled, arrow buttons appear on the column headers that allow users to select a sorting mode for each column. There are three sorting modes: ascending, descending and no sort.
In addition to the simple one-column sorting Telerik RadGrid allows you to sort data by several columns just like in Microsoft Excel. Furthermore, you can define column sorted color for better user experience.
See demo

Top