Hi - This question has come up many times on this list. Below is the cut
& paste from a previous email. Should get you on the right track.

-deepa

--------------------
Changing the background color of a Datagrid Row in Flex

I have heard this question many times and I don't think it is
documented. If you want to change the color of an entire row within a
Datagrid in Flex use the following code

dg.setPropertiesAt(2, {backgroundColor:0xFF0000});
Where dg is your datagrid and the first parameter is the row of number
you want to change
--------------------

-----Original Message-----
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Robson Thanael Poffo
Sent: Monday, February 13, 2006 8:01 AM
To: flexcoders@yahoogroups.com
Subject: Paint cell of dataGrid in different color

hi people,

I like to know how i can paint one cell of the dataGrid in different
color.
I receive the data of the dataGrid in one array and pass to the datagrid
by binding.

Thanks,

Robson Thanael Poffo


--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/flexcoders/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 


Reply via email to