Hi to all,
i need to change some rows color according with a cell value.
For example
If FngGrid.Floats[ACol,ARow]<0 then the row must be red
else
if (FngGrid.Floats[ACol,ARow]>0) and (FngGrid.Floats[ACol,ARow]<50) row must be yellow
else
row must be green
With normal ADVStringGrid i have RowRolor[ARow] but here not.
How i can do it ??
Thank's for all
Daniele