DataGrid? Different ForeColor for the different cells???

  • Thread starter Thread starter Alexander Pavlo
  • Start date Start date
A

Alexander Pavlo

Guest
Hi All!

How can I fill the different cells of a DataGrid with a different ForeColor???

Thanks!!!
 
Standart DataGrid

To Robby:

Yes, I know that I cant do it using Microsoft built-in stuff, thats what Im asking - can you tell me the way how to change the standart DataGrid Control that itd be able to do it ???

I hope somebody knows how to do it...

Thanks L!o.
 
If you make your own datagrid textbox column class, and use this to define the grids columns, you can change the colors in the classs paint event.
 
Back
Top