The background color of data displayed in grid cells, as well as the empty area to the right of the last column and below the last grid row.

Property of

Grid

Description

You may specify any single color for the background color. For a list of valid colors, see colorNormal.

The effect of the bgColor property on grid cells can be overridden by the background color specified in the Grid object's colorNormal property by setting it to a valid non-null string. In addition, the bgColor property can be overridden by setting the bgColor property of a GridColumn's editorControl to a valid non-null string.

The bgColor property defaults to "gray".