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.