Board index » delphi » Changing font color of DbGrid cell.
Alex Blankendaal
![]() Delphi Developer |
Wed, 18 Jun 1902 08:00:00 GMT
Changing font color of DbGrid cell.I have a DbGrid showing a database of products. In one of the columns the I wrote an OnDrawColumnCell event to handle it: begin But it is no good, the column flickers and the coloring happens always one Here are my 2 questions: 1) Is DbGrid1.Columns.Field.DisplayText the correct way to querry the value? 2) Is the OnDrawColumnCell event the right place to do the checking and |