I would like to change the color of a cell based upon a status condition in cfgrid.
For example:
- If the status of a record is Overdue, the cell will become red with OverDue in bold.
- If the status of a record is Due (within 30 days), the cell will become yellow with Due in bold.
- If the status of a record is Current (date due over 30 days), then the cell will be green with Current in bold....
I could only find rendering for cfgridrow and cfgridcolumn.