Grid.SetToolTipsEnabled

Grid.SetToolTipsEnabled ( 

string  ObjectName,

boolean Tooltips )

Example 1

Grid.SetToolTipsEnabled("Grid1", false);

Turn off tooltips

See also:  Related Actions