I am using the RadMaskedTextBox for a phone number input. For my situation, when a different country is selected, I am dynamically creating the mask to include the country code. The behavior I would prefer would be that when the user starts to input numbers, the country code would be ignored. This works great if the user starts with a number different then the country code. But, if the user starts with the same number as the country code, the carat only moves through the mask.
To illustrate further. If the mask is this: +56 _____________ , and I start typing a phone number that doesn't start with 5, such as 345, the box will look like this : +56 345_______ . This is fine, and what I would expect.
If, however, I would start typing and the input starts with 5, such as 595, the box will look like this: +56 95____________ .
This is because the first 5 is being "eaten up" by the mask. Is there an easy way to disable the mask from "eating up" this input?
Thank you!
To illustrate further. If the mask is this: +56 _____________ , and I start typing a phone number that doesn't start with 5, such as 345, the box will look like this : +56 345_______ . This is fine, and what I would expect.
If, however, I would start typing and the input starts with 5, such as 595, the box will look like this: +56 95____________ .
This is because the first 5 is being "eaten up" by the mask. Is there an easy way to disable the mask from "eating up" this input?
Thank you!