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