Grid.SetFixedColumnSelection

Grid.SetFixedColumnSelection (

string ObjectName,

boolean Enable )

Example 1

-- get the state of the fixed column selection
bFixedSelect = Grid.GetFixedColumnSelection("Grid1");

-- set it to the opposite
Grid.SetFixedColumnSelection("Grid1", not bFixedSelect);

Toggles the ability to select the column by clicking on a fixed column

See also: Related Actions