Re: [flexcoders] DataGrid header styles...

2012-05-16 Thread Alex Harui
There is an object or two on each UIComponent that has styles, but it actually has lots of styles that probably don’t matter. I would just call getStyle for the styles you know you can replicate to Excel. On 5/15/12 3:56 PM, aceoohay pa...@compuace.com wrote: Here are two related

[flexcoders] DataGrid header styles...

2012-05-15 Thread aceoohay
Here are two related questions, I am using SDK 3.5 FlexBuilder 3; 1) How can I get the header style information from a datagrid? What I need to do is to extract enough info about each column's header to be able to pass it to an Excel component to style the headers of the spreadsheet. 2) Is

[flexcoders] DataGrid Header Styles

2008-07-15 Thread Dan Vega
I have some custom styles for my datagrid that apply to all datagrids. My problem is that the rows of the grid get a rollover color close to black and the text is white. The problem is with the header. When I roll over the header the background color is black but so is the text so I can not tell

RE: [flexcoders] DataGrid Header Styles

2008-07-15 Thread Alex Harui
You may need to create custom header renderers. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Dan Vega Sent: Tuesday, July 15, 2008 8:40 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] DataGrid Header Styles I have some

Re: [flexcoders] DataGrid Header Styles

2008-07-15 Thread Dan Vega
PROTECTED] *On Behalf Of *Dan Vega *Sent:* Tuesday, July 15, 2008 8:40 AM *To:* flexcoders@yahoogroups.com *Subject:* [flexcoders] DataGrid Header Styles I have some custom styles for my datagrid that apply to all datagrids. My problem is that the rows of the grid get a rollover color close

Re: [flexcoders] DataGrid Header Styles

2008-07-15 Thread Daniel Gold
PROTECTED] wrote: You may need to create custom header renderers. -- *From:* flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] *On Behalf Of *Dan Vega *Sent:* Tuesday, July 15, 2008 8:40 AM *To:* flexcoders@yahoogroups.com *Subject:* [flexcoders] DataGrid

RE: [flexcoders] DataGrid Header Styles

2008-07-15 Thread Alex Harui
: flexcoders@yahoogroups.com mailto:flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com mailto:flexcoders@yahoogroups.com ] On Behalf Of Dan Vega Sent: Tuesday, July 15, 2008 8:40 AM To: flexcoders@yahoogroups.com mailto:flexcoders@yahoogroups.com Subject: [flexcoders] DataGrid Header Styles I