Sort

This demo illustrates the GridControl's data sorting functionality. By default, you can sort records in the grid by one column at a time. A column’s current sort order is indicated by a sort glyph, displayed on the right side of the column header.

To sort data by a column, tap a column header. When you tap the column header for the second time, the sort order is changed. Tap it again to clear the column’s sort settings.

Another way to apply or clear the sorting of a column is to use the context menu invoked when you touch and hold the column.

Related APIs:

GridColumn.SortOrder