Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
585
Cancel with ESC edits Value
posted

Hi,

I'm using the XamTextEditor like this: 

<igEditors:XamTextEditor Name="xte_Name" Width="120" 
Value="{Binding Person.Name, UpdateSourceTrigger=LostFocus}" />

My Problem is when I enter a value and want to cancel the changes with ESC, the view shows the old value but my binding get's updated with the entered value.
The binding is set to the correct value when I move the focus, but between cancel and moving focus my dialog shows inconsistent values.

Is there a way to "really" cancel the changes?

Regards,

Bastian

Parents Reply Children
No Data