The collection will fire a COLLECTION_CHANGE event when the data is committed.
________________________________ From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of Richard Rodseth Sent: Friday, October 19, 2007 1:56 PM To: [email protected] 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.

