I have a flash cfgrid where the values are coming from a database. When
rendering the values in the grid, is it possible to change the color of a row
when a flag is found in the database.

database: myDB
fields are id (int), detail (varchar), colorFlag (bit)

Thanks for any help on this