Are you using CSS or MX tags for style? Also, the CSS I provided
(different colors than what you wanted) works for all grid column
headers. If you want to apply different colors for individual
column headers, you'll have to use some AS.
Tim
--- In [email protected], "Mehdi, Agha" <[EMAIL PROTECTED]>
wrote:
>
> Tim,
>
> That didn't do it.
>
> Agha Mehdi
> IDT - eBusiness Program Manager
>
>
> -----Original Message-----
> From: [email protected]
[mailto:[EMAIL PROTECTED] On
> Behalf Of Tim Hoff
> Sent: Thursday, May 11, 2006 1:22 PM
> To: [email protected]
> Subject: [flexcoders] Re: DataGridColumn Style
>
> You could try something like this:
>
> DataGrid {
> headerStyleName:"gridHeaderStyle";
> headerColors:#ffffff,#CCD9E6;
> }
>
> ..gridHeaderStyle
> {
> fontWeight:"bold";
> fontSize:10;
> color:#000000;
> }
>
> -TH
>
>
>
>
>
> --- In [email protected], "Mehdi, Agha" <Agha.Mehdi@>
> wrote:
> >
> > Hi all,
> >
> > How can I set the color of text of DataGrid Column Headers?
> > DataGridColumn{color:#FFFFFF;} in .css is not working
> >
> > Thanks
> >
> > Agha Mehdi
> > IDT - eBusiness Program Manager
> > Work: 408.284.8239
> > Cell : 510.493.0491
> > Fax : 408.284.2766
> >
>
>
>
>
>
>
>
> --
> Flexcoders Mailing List
> FAQ:
http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
> Search Archives: http://www.mail-archive.com/flexcoders%
40yahoogroups.com
> Yahoo! Groups Links
>
--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com
SPONSORED LINKS
| Web site design development | Computer software development | Software design and development |
| Macromedia flex | Software development best practice |
YAHOO! GROUPS LINKS
- Visit your group "flexcoders" on the web.
- To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
- Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.

