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
60
Unable to Enter value more that 4 digits
posted

See the following code

<igEditors:XamMaskedEditor Grid.Column="0"
                                       Grid.Row="1"
                                       Value="{Binding TaxInfoID}"
                                       Mask="nnn-nn-nnnn"/>

 

I want to enter the taxid in this format from right to left. But i can't enter more than 4 digits.

Parents
  • 69686
    posted

    Hello,

    This is a reserved character for negative values in the mask so I think you cannot use that. If you change that to something else that is not reserved, you will be able to use this mask correctly.

Reply Children
No Data