Hallo,
I have a UltraTextEditor. I hooked the BeforeExitEditMode event, there I do some validation if "e.ApplyChanges" is true. The problem ist, that "ApplyChanges" is always true even if I exit with ESC.
I use Infragistics 7.3
Can anyone help me?
How are you exiting edit mode? In my test with a new UltraTextEditor, pressing the ESC key did not cause the editor to exit edit mode.
-Matt
Oh, yes you are right. That's my false.
The "BeforeExitEditMode" events fires because the modal form closes. And than it exit edit mode.
Now I have to reformulate my problem: Is there a possibility to set the "ApplyChanges" flag?
I had like to have the following behavior: If the user did a wrong entry and don't wants to correct his entry, I want cancel the edit operation and set the original value. Has the ultratextbox something like that build in or have I to do this on my datasource?