0
votes

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?

2

2 Answers

1
votes

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