TreeGridContainersort Method |
Sort table by column in ascending or descending order.
Namespace:
Aras.Client.Controls.Public
Syntaxfunction sort(columnIndex, asc);
Parameters
- columnIndex
- Type: int
- asc
- Type: bool
true if ascending, false if descending.
See Also