Grid.SetSortAscending

Grid.SetSortAscending ( 

string  ObjectName,

boolean Ascending )

Example 1

Grid.SetSortAscending("Grid1", true);

Set "Grid1" to sort ascending

See also:  Related Actions