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
360
XamMaskedEditor prevent null for non nullable bound types
posted

I have a simple XamCurrencyEditor bound to a non nullable decimal property.

However, i can simply select the entire content, including the currency symbol and press delete or backspace. I get a red border and my bound property does not update itself Not to 0 and not to null. There is no mention of binding errors in my console.

 <igEditors:XamCurrencyEditor Value="{Binding Settings.DecimalProperty, UpdateSourceTrigger=PropertyChanged}"/>