I am switching from a competitor's edit controls to DevExpress and trying to create a TextEdit mask for a phone number that works the same way as the previous control so my end users don't notice a significant functionality change.
When editing, the Mask should be in the format (123)456-7890 but valid input could be any number 0-9 or letter A-Z, for example (123)CAL-LME1.
The value saved to the database should not include the literals… so 1234567890 would be saved.
When setting the value from the database back to the control, it should format it with the literals like (123)456-7890.
Some of this formatting is done based on the length of the phone number. If the length is 7, it is a phone number without area code and is displayed:
( )456-7890
All other lengths are filled left to right as normal.
What is the best way to accomplish this?
Hi,
It's not clear to me how to determine with what number a letter should be replaced while saving the telephone number to a database, and how to determine what letter should be displayed instead of a particular number after inputing the former. Would you please clarify these moments? I hope to hear from you soon.
Sorry that I wasn't clear on that. The letters are not numbers when saved to the database, they are saved as letters in 10 character string field. The parens and dashes are not saved.
Hi, how can i check that textedit masked as phone number is full or not completed?
Hello,
I've created a separate ticket on your behalf (T848427: TextEdit - How to check if the phone mask is full or incomplete). It has been placed in our processing queue and will be answered shortly.