[]
Sorts a specific column for the control.
public void Sort(int col, SortDirEnum dir)
| Type | Name | Description |
|---|---|---|
| int | col | The column number identifying the column to sort. |
| SortDirEnum | dir | The sort direction. |
Sorts a specific column for the control.
public void Sort(string colName, SortDirEnum dir)
| Type | Name | Description |
|---|---|---|
| string | colName | The column name identifying the column to sort. |
| SortDirEnum | dir | The sort direction. |