Changing color of some columns in a Data Grid

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi
I want to change the background color of some columns in the data grid control. Unfortunately, there is no property or method that supports this. Even in the table style properties I found nothing to change the color.

Has anyone an idea or does someone know a third-party-control that supports this functionality

Thank yo
Marti
 
If a ListView will fit the data presentation needs (i.e. not data bound)
then an owner-drawn listview may work. Take a look at the one in the SDF.

www.opennetcf.org/sdf

-Chris


martin said:
Hi,
I want to change the background color of some columns in the data grid
control. Unfortunately, there is no property or method that supports this.
Even in the table style properties I found nothing to change the color.
 
martin ha scritto:
Hi,
I want to change the background color of some columns in the data grid control. Unfortunately, there is no property or method that supports this. Even in the table style properties I found nothing to change the color.

Has anyone an idea or does someone know a third-party-control that supports this functionality.

I think you can just adapt this solution to your needs

http://groups.google.it/[email protected]&rnum=1

Bye
 
Back
Top