Grid.SetFixedRowSelection

Grid.SetFixedRowSelection (

string ObjectName,

boolean Enable )

Example 1

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

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

Toggles the ability to select all data in a row by clicking on the fixed row

See also: Related Actions