You're using a buggy control (DataForm) and call CancelEdit() and in some scenarios it doesn't cancel. You pull some of your hear out. How to workaround this?
Call BeginEdit() immediately before you call CancelEdit(). Hooray!
0
votes
The object binded to your dataForm have to implement IEditableObject.
Then the CancelEdit call will work
We use cookies to ensure that we give you the best experience on our website. If you continue to use this site we will assume that you are happy with it.OkRead more