The demo represents the sorting capabilities of r.a.d.
grid. Three
sorting directions are supported:
Ascending,
Descending
and
Default (no sorting), which can be changed by
clicking on the column header text. The sorting functionality can be enabled by setting
the
AllowSorting property to
true. Furthermore, to force only two-way sorting (ascending and descending),
set the
GridTableView.AllowNaturalSort or
GridTableView.SortExpressions.AllowNaturalSort property to
false.
r.a.d.
grid also supports
Multi-Column Sorting
and
Sorting Expressions, which are demonstrated in more details
in the
Advanced sorting example in this section.
You can learn more about the sorting modes from the
Sorting chapter help topics:
Sorting