TDBAdvGrid and Null Field Values

Hi

Not sure if this has been answered but I could find the relevant discussion. Anyway, my question is, I am using the OnGetCellColor to set the colour of the cell dependant upon its value. However I am unable to determine whether a cell value is NULL or not.

Thanks in advance

Graham Harris

The grid is just the visual representation of the data. Instead of looking to the grid to see if the data is null, look back to the dataset field connected to that cell.