Grid.SetSingleRowSelection

Grid.SetSingleRowSelection ( 

string  ObjectName,

boolean SingleRowSelection )

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