Color font in last row AdvStringGrid

Hi.
Is it possible  set color font in last row same as other rows?
Now color in last row is gray, in other rows - black.



Thanks

You can set the font color with:

  AdvStringGrid1.RowFontColor[2]:= clRed;

i wrote
  AdvStringGrid->RowFontColor[AdvStringGrid->RowCount]=clRed;

no change.

Is it possible that you're still using the trial version? When you use the trial version, the last row of the grid has grey text and a notice that a trial version is being used. Please make sure that all trail versions are uninstalled and all references are removed from the library path.

Nancy Lescouhier2016-12-16 10:35:02