Re: [flexcoders] style css problem

2011-08-15 Thread Alex Harui
Which version of DataGrid are you using? On 8/14/11 2:50 PM, Sells, Fred fred.se...@adventistcare.org wrote: I’m trying to use styleName in a renderer like so .payor1{ fillAlphas: 1.0, 1.0; fillColors: #8c8c8c, #8c8c8c; color: red; roll-over-color: green;

RE: [flexcoders] style css problem

2011-08-15 Thread Sells, Fred
Flex 4. And the regular mx:DataGrid not the Advanced one. From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Alex Harui Sent: Monday, August 15, 2011 2:08 AM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] style css problem Which version

Re: [flexcoders] style css problem

2011-08-15 Thread Alex Harui
: Flex 4. And the regular mx:DataGrid not the Advanced one. From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Alex Harui Sent: Monday, August 15, 2011 2:08 AM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] style css problem Which version of DataGrid

[flexcoders] style css problem

2011-08-14 Thread Sells, Fred
I'm trying to use styleName in a renderer like so .payor1{ fillAlphas: 1.0, 1.0; fillColors: #8c8c8c, #8c8c8c; color: red; roll-over-color: green; rollOverColor: green; } With this code in the DataGridItemRenderer. Color is set OK, but I cannot get the