isCOBOL Evolve : User Interface : Controls Reference : GRID : Properties : Cell-Entry-Background-Color
Cell-Entry-Background-Color
This property allows you to set or retrieve the background color of the cell that contains the cursor when such cell is in edit mode. See "Color management" for further details.
 
Example - Set the background color during entry mode for a grid
procedure division.
...
  modify screen-1-gr-1 cell-entry-background-color 7
...