i know that i can work past this but i would like to know if there can be an option to make this simple for the developer:
i work with several large databases that store values like phone number as a string of digits and do not allow any other symbols.
so in the database they store a US phone number as for example 8005551212
no "()-[]., " chars are allowed in the database.
it would be very nice if the user could view and enter a phone number in a common format like:
(800) 555-1212
with a mask like (###) ###-####
but have the bound value that is sent to the database be only the digits and none of the other values.
this happens with some other data. if we have to add code to remove the values we can but we will be doing this many many times over and over.....
so we might use your control as a base and then add this to it.... but i bet there are other places that have the same kind of problem so perhaps a setting like RemoveMaskChars=True might save a lot of work for a lot of users....