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
185
XamMaskedEditor with numeric mask doesn't pouplate Text Depenency Property
posted

Hello,

I'm using a XamMaskedEditor to mask a numeric value ("nnn.nn") for example. Before the user enters text this is displayed in the text box:

___.__

That is correct. When the user type the number 6 before the decimal point, for example, and then presses tab, the following is shown in the text box:

  6.00

 However, instead of the 'Text' property (which I'm binding too) being "6.00" it is actually just "6". Is this a bug or is there something I'm doing wrong?

 

Parents Reply Children
No Data