Flex Datagrid editing cells in same row not firing collection change event
Posted
by Chin
on Stack Overflow
See other posts from Stack Overflow
or by Chin
Published on 2010-03-20T09:07:47Z
Indexed on
2010/03/20
12:11 UTC
Read the original article
Hit count: 453
Hi,
I am using the flex datagrid to allow the user to edit some data. My update process relies on a CollectionEvent of type update. Basically I catch this event package the values and update the database. However, if the user edits a cell then moves to edit a cell in the same row the value is updated but a collection event is not fired. Only when clicking out of the row the event is fired. Has anyone had experience with this. I have heard the datagrid is a little quirky is this one of those quirks or am I doing this all wrong?
Any help appreciated.
© Stack Overflow or respective owner