[flexcoders] DataGrid: Field Change Event?

2007-04-24 Thread Troy A. Binford
Is there a way I can listen for a change in a specific column's fields and analyze the changed field? I was thinking about creating an Item Renderer and firing an event from there, but I don't really want to lose the default editing behavior of the field. The field's data is bound XML and I

Re: [flexcoders] DataGrid: Field Change Event?

2007-04-24 Thread Manish Jethani
You might be looking for the itemEditEnd event. On 4/24/07, Troy A. Binford [EMAIL PROTECTED] wrote: Is there a way I can listen for a change in a specific column's fields and analyze the changed field? I was thinking about creating an Item Renderer and firing an event from there, but I