Click or drag to resize

GridContainersort Method

Sort table by column in ascending or descending order.

Namespace:  Aras.Client.Controls.Public
Syntax
JavaScript
function sort(columnIndex, asc);

Parameters

columnIndex
Type: int
asc
Type: bool
true if ascending, false if descending.
See Also