0

I need to change the font-color of the parent row to red when any cell of the child row is edited. Also the cellStyle for various cells of the child row is displayed in red color when the data is not correct.

Amisha
  • 1

1 Answers1

0

I think you can try using redraw API provided by ag grid. Just call the API after the cell value is changed.