Hello,
I need your help.
I want some cells in grid to have different background color (to be somehow highlighted). So on queryCellInfo event, I change background color of particular cell with args.cell.bgColor = "#ffe0e0".
On row hoover event, background color of row changes, but those highlighted cells keep that color (#ffe0e0). [5th row on image]
But when row is selected, whole row background color changes, including those highlighted cells. [4th row on image] I would like to keep background color of those cells in case of selection (as it is in the case of hoover). How can I achieve that?