RadGrid for ASP.NET

Sorting Send comments on this topic.
See Also
Functional overview > Sorting

Glossary Item Box

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.

Multi-Column Sorting

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

See Also