Grid.SetFrameFocusCell

Grid.SetFrameFocusCell ( 

string  ObjectName,

boolean Enable,

boolean Redraw = true )

Example 1

Grid.SetFrameFocusCell("Grid1", false, true);

Turn off the frame focus cell option.

See also:  Related Actions