You can easily change the background color of the row by setting the 
backgroundColor property on the item (dg.setPropertiesAt(rowIdx, 
{backgroundColor:0xFF0000}))

I'm not sure how to change the text color for one row without using cell 
renderers everywhere else though.  If you were to do it you could basically 
create a cell renderer that is just a label, and have the label set its color 
based on some property of the item.  

Matt


________________________________________
From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of Joe
Sent: Wednesday, June 15, 2005 12:51 PM
To: [email protected]
Subject: [flexcoders] Cell Rendering

I have a data grid that is using cellrendering in one of the columns to 
prodice a checkbox. I would like to be able to change the text color of 
the row that when the heck box is checked.� Please Help. Thankl you.



________________________________________
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 the Yahoo! Terms of Service. 


 
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