Grid.GetSingleRowSelection

boolean Grid.GetSingleRowSelection (

string ObjectName )

Example 1

-- Get single row selection
bSingle = Grid.GetSingleRowSelection("Grid1");
-- Set it to the opposite
Grid.SetSingleRowSelection("Grid1", not bSingle);

Toggles the single row selection option

See also: Related Actions