Hi all,

How can I edit the forecolor of each row seperately?
Here's my situation:
If the status_id of a row = 1, the forecolor has to be red
if the status_id of a row = 2, the forecolor has to be orange
...

Now, I've tried with a loop, but I cannot find a way to set the color for one row, they all become red/orange/...

Thanx in advance