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