Grid.SetTrackFocusCell

Grid.SetTrackFocusCell ( 

string  ObjectName,

boolean TrackFocus,

boolean Redraw = true )

Example 1

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

Turn off the track focus cell option. This is enabled by default.

See also:  Related Actions