Maybe you're seeing that the collection events don't fire until you change rows. That way we don't send multiple updates on single item.
________________________________ From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of Richard Rodseth Sent: Friday, October 19, 2007 3:55 PM To: [email protected] Subject: Re: [flexcoders] DataGrid in-place validation Minor glitch is that I don't seem to get those events on cells that use the default item editor. On 10/19/07, Richard Rodseth <[EMAIL PROTECTED] <mailto:rrodseth%40gmail.com> > wrote: > Excellent. I'm listening to those already. Thanks. > > On 10/19/07, Alex Harui <[EMAIL PROTECTED] <mailto:aharui%40adobe.com> > wrote: > > > > > > > > > > > > > > > > > > > > The collection will fire a COLLECTION_CHANGE event when the data is > > committed. > > > > > > > > ________________________________ > > > > > > From: [email protected] <mailto:flexcoders%40yahoogroups.com> [mailto:[email protected] <mailto:flexcoders%40yahoogroups.com> ] On > > Behalf Of Richard Rodseth > > Sent: Friday, October 19, 2007 1:56 PM > > To: [email protected] <mailto:flexcoders%40yahoogroups.com> > > Subject: [flexcoders] DataGrid in-place validation > > > > > > > > > > > > > > Is there a DG event that gets fired after a cell is edited and the new > > cell value is committed? I'm aware of itemEditEnd, but it appears that > > the new value is not committed at that point. > > > > What I'm trying to do is overall grid content validation, but without > > preventing the "invalid" values from being added to the data source. > > Specifically I want to notify the user that there are duplicate rows. > > > > > > > > >

