Hi,
I use a RadDataForm bound to a QDSCV. If I set the
AutoEdit property to
true (AutoCommit is also true), make some modifications to a current item, move to the next item and then try to submit changes, I get an exception saying that "Entity is currently being edited and has uncommited changes". It seems that QDSCV.
CommitEdit() for the previous item has not been called... So to workaround it I have to call it in the QDSVC's
CurrentChanging event, but I'm not sure this is the correct way...