Grid.GetFixedColumnSelection

boolean Grid.GetFixedColumnSelection ( 

string ObjectName )

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 all data in a column by clicking on a fixed column

See also:  Related Actions