how to change background color of a line in a grid ?

Hi,

I would like to change background color of a line in a grid app on condition but not all lines, just lines where my condition is true in onrecord event

Thanks
Nac

It requires some work as you cannot change the colour properties of a row, but only from individual fields. In the onload(record) event you can check for the requirements and change background.

Thanks Albert