Hi,
I'm using dhtmlxGrid to fetch data from a database and display it to my users. This data is sorted by date and I need to highlight the rows with a date that's more than 18 months away. Now, detecting the 18 months interval is not a problem, I'm doing it just fine, but so far my tests resulted in an "all or nothing" change of look, meaning either all the rows of the grid changed appearance or none of them did. Is it possible to have only certain rows change color depending on a condition?
Thanks in advance,
Osu