Thank you Alex it works! I just added proper event listener to myDataGrid:
myDataGrid.addEventListener(DataGridEvent.ITEM_EDIT_END, dataChanged); --- In [email protected], "Alex Harui" <[EMAIL PROTECTED]> wrote: > > The .data property is for renderers only the DG is not a renderer in > your scenario so that prop never changes. When edit sessions end, you > get ITEM_EDIT_END > > > > ________________________________ > > From: [email protected] > [mailto:[EMAIL PROTECTED] On Behalf Of lytvynyuk > Sent: Wednesday, September 12, 2007 9:03 AM > To: [email protected] > Subject: [flexcomponents] Data grid + editable rows and dataChenge event > handling? > > > > I have DataGrid with editable rows, I want to process each cell event > when edit is done. > So I added to my DataGrid dataChange="dataChanged();" property. > But funny thing is - this event never intercepted, so I suspect it > never happened, BUT when I debug variable assigned to dataProvider it > had all new changes! > So what is wrong here ? > Any other way to to that? >
