[flexcoders] Re: DataGridColumn Style

2006-05-12 Thread Tim Hoff
Subject: [flexcoders] Re: DataGridColumn Style You could try something like this: DataGrid { headerStyleName:gridHeaderStyle; headerColors:#ff,#CCD9E6; } ..gridHeaderStyle { fontWeight:bold; fontSize:10; color:#00; } -TH --- In flexcoders@yahoogroups.com, Mehdi

[flexcoders] Re: DataGridColumn Style

2006-05-12 Thread Tim Hoff
: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Scott Romer Sent: Thursday, May 11, 2006 5:31 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: DataGridColumn Style That almost works... perhaps it just needs to be cleaned up a bit. In my mxml file, I included

[flexcoders] Re: DataGridColumn Style

2006-05-12 Thread Scott Romer
PROTECTED] On Behalf Of Tim Hoff Sent: Thursday, May 11, 2006 1:22 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: DataGridColumn Style You could try something like this: DataGrid { headerStyleName:gridHeaderStyle; headerColors:#ff,#CCD9E6; } ..gridHeaderStyle

[flexcoders] Re: DataGridColumn Style

2006-05-11 Thread Tim Hoff
You could try something like this: DataGrid { headerStyleName:gridHeaderStyle; headerColors:#ff,#CCD9E6; } .gridHeaderStyle { fontWeight:bold; fontSize:10; color:#00; } -TH --- In flexcoders@yahoogroups.com, Mehdi, Agha [EMAIL PROTECTED] wrote: Hi all, How can I set

[flexcoders] Re: DataGridColumn Style

2006-05-11 Thread Scott Romer
11, 2006 1:22 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: DataGridColumn Style You could try something like this: DataGrid { headerStyleName:gridHeaderStyle; headerColors:#ff,#CCD9E6; } ..gridHeaderStyle { fontWeight:bold; fontSize:10; color:#00