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}"/>

Parents
  • 140
    Offline posted

    Hell Martin ,

     

    Thank you for your post.  I followed the steps you suggested and was unable to reproduce the behavior you're describing using version 20.1.11.  I you could attach a sample where this is happening I may be able to better assist you.  

      

    Please let me know if I can provide any further assistance.

Reply Children