RE: [flexcoders] Re: Flex2 Beta2 - Looping through dataGrid to bold cells

2006-04-14 Thread Jason Hawryluk
[mailto:[EMAIL PROTECTED] la part de Ryan Pieszak Envoyé : vendredi 14 avril 2006 16:42 À : flexcoders@yahoogroups.com Objet : [flexcoders] Re: Flex2 Beta2 - Looping through dataGrid to bold cells Hey Karl, thanks for the quick response! Ideally, I'd like certain rows to be bold when the data

RE: [flexcoders] Re: Flex2 Beta2 - Looping through dataGrid to bold cells

2006-04-14 Thread Karl Johnson
] On Behalf Of Ryan Pieszak Sent: Friday, April 14, 2006 10:42 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Flex2 Beta2 - Looping through dataGrid to bold cells Hey Karl, thanks for the quick response! Ideally, I'd like certain rows to be bold when the data is populated, but I don't

[flexcoders] Re: Flex2 Beta2 - Looping through dataGrid to bold cells

2006-04-14 Thread Ryan Pieszak
] On Behalf Of Ryan Pieszak Sent: Friday, April 14, 2006 10:42 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Flex2 Beta2 - Looping through dataGrid to bold cells Hey Karl, thanks for the quick response! Ideally, I'd like certain rows to be bold when the data is populated, but I

Re: [flexcoders] Re: Flex2 Beta2 - Looping through dataGrid to bold cells

2006-04-14 Thread jeremy lu
hi Ryan, the best way I can come with now is : 1. in your item renderer's constructor, listens to dataChange event, whenever list-based comonents redraws itself, the data property inside each item renderer will be called, hence trigger the dataChange event. 2. by listening to dataChange