columnIndex | Column to sort. |
sortAscending | Sorting order for the column specified. |
Sets the primary sorting column and its sorting order.
This function sets the primary sorting column and its sorting order. It also triggers the sortingChanged event if the sorting state changes. You can set the columnIndex to -1 to clear the sort.
See Also: SetSortingColumns, sortedColumnIndex and IsSortedAscending.g.