Sets the background color for the cells in the column.
public void setBackColor( Color color )
color
A Color object that represents the background color of the column.
Call setBackColor to override the default background color set by the parent DataGrid control. To later return to this default, pass null to setBackColor.
To set the background color for cells that are selected, call setSelectedBackColor.
See Also getBackColor, shouldPersistBackColor