Grid.SetSelectable

Grid.SetSelectable ( 

string  ObjectName,

boolean Selectable )

Example 1

Grid.SetSelectable("Grid1", false);

Turn off the ability to select cells in the object "Grid1"

See also:  Related Actions