[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

[flexcoders] Apply style on text range in a Spark DataGrid?

2012-05-23 Thread isa_loyer
Does anyone know a way to apply style on text range in a Spark DataGrid? I think that the best way is to have an itemrenderer with textarea but after, I don't know how to do. My goal isn't to change color label if cell is selected. Indeed, in my dream, item is editable, and you can selected

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