RE: [flexcoders] custom datagrid item render not seeing changes made by custom datagrid item editor

2007-04-12 Thread Alex Harui
___ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of shaun etherton Sent: Thursday, April 12, 2007 8:32 PM To: [EMAIL PROTECTED] Subject: Re: [flexcoders] custom datagrid item render not seeing changes made by custom datagrid item editor Hi Alex, Alex Harui wr

Re: [flexcoders] custom datagrid item render not seeing changes made by custom datagrid item editor

2007-04-12 Thread shaun etherton
Hi Alex, Alex Harui wrote: > are you dispatchng events when the dataprovider item changes or calling > itemUpdated on the collection? No, I am not dispatching any events. I assumed the grid renderer would notice the value had changed. I guess I need to dispatch an event for this to occur. But I

RE: [flexcoders] custom datagrid item render not seeing changes made by custom datagrid item editor

2007-04-12 Thread Alex Harui
are you dispatchng events when the dataprovider item changes or calling itemUpdated on the collection? From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of shaun etherton Sent: Thursday, April 12, 2007 12:40 AM To: [EMAIL PROTECTED] Subject: [flexcoders]