|

SortOnClick


(boolean) Whether or not clicking a column header sorts the rows below it.



VALUE DESCRIPTION


true


Sort the rows below when column header is clicked.


false


Don't sort the rows.


Re t u r n s


Nothing. You can use Application.GetLastError to determine whether this action failed, and why.


See also: Related Actions


image

image

Grid.SetListMode

OverviewExamples

Grid.SetListMode ( string ObjectName,


boolean ListMode )


De s cr ip t ion


Sets whether the grid object is in list mode. When the grid object is in list mode, full row selection is enabled and clicking on the column header can sort the grid by rows according to the Grid.GetHeaderSort value.


P arame t er s


ObjectName


(string) The name of the grid object.


|