Grid.SortTextItems

Grid.SortTextItems (

string ObjectName,

number Column,

boolean Ascending,

boolean Redraw = true )

Example 1

Grid.SortTextItems("Grid1", 1, true, true);

Sort column 1 alphabetically.

See also: Related Actions