RE: [SPAM] [flexcoders] Re: Access Checkbox ItemRenderer in AdvancedDataGrid

2009-12-28 Thread Tracy Spratt
pment services available _ From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of Matthew Sent: Monday, December 28, 2009 10:15 AM To: flexcoders@yahoogroups.com Subject: [SPAM] [flexcoders] Re: Access Checkbox ItemRenderer in AdvancedDataGrid Sorry, I just ans

[flexcoders] Re: Access Checkbox ItemRenderer in AdvancedDataGrid

2009-12-28 Thread Matthew
Sorry, I just answered my own question It appears that you should never be able to access an ItemRenderer directly. If I want to find out that a checkbox is selected then I must listen for that event in the ItemRenderer and then set a value on the 'data' property. Then, the dataProvider is