[flexcoders] Re: Changing the background color of a DataGrid row

2008-04-24 Thread valdhor
Yes. Check out itemRenderers. The best article on this is at http://blogs.adobe.com/aharui/item_renderers/ --- In flexcoders@yahoogroups.com, jlopes151 [EMAIL PROTECTED] wrote: In Flex3 I want to set the background color of a data grid row. Can I do it? Thanks for the Help.

[flexcoders] Re: Changing the background color of a DataGrid row

2008-04-24 Thread jlopes151
--- In flexcoders@yahoogroups.com, valdhor [EMAIL PROTECTED] wrote: Yes. Check out itemRenderers. The best article on this is at http://blogs.adobe.com/aharui/item_renderers/ --- In flexcoders@yahoogroups.com, jlopes151 jlopes151@ wrote: In Flex3 I want to set the background color of a

[flexcoders] Re: Changing the background color of a datagrid row

2006-09-23 Thread Tim Hoff
Hi Carl, The following sample uses a custom component to change the backgroundColor of a DataGrid row; conditionally with CSS. http://www.cflex.net/showfiledetails.cfm?ChannelID=1Object=FileobjectID=487 -TH--- In flexcoders@yahoogroups.com, "carl_steinhilber" [EMAIL PROTECTED] wrote: I'm