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.