ASPxGridView.SortBy Method
Name | Parameters | Description |
---|---|---|
SortBy(GridViewColumn, ColumnSortOrder) | column, value | Sorts data by the values of the specified data column in the specified sort order. |
SortBy(GridViewColumn, Int32) | column, value | Sorts data in ascending order by the values of the specified data column, and defines the column’s sort priority among columns. |