[flexcoders] Re: DataGrid header styles...

2012-05-23 Thread aceoohay
Alex: If I knew what I was looking for, or knew how to find what I was looking for I would have used the GetStyle for the spcific things I needed. Is there documentation that describes the styles that would be applicable for a datagrid header? Paul --- In flexcoders@yahoogroups.com, Alex

Re: [flexcoders] Re: DataGrid header styles...

2012-05-23 Thread Alex Harui
If you are just interested in text styles, you can probably examine the styles supported for TextInput or Label. In Flex, you can subclass DG and add a “foo” style and support it in the renderer. But odds are that Excel won’t support it. On 5/23/12 2:32 PM, aceoohay pa...@compuace.com