Rank: Member Groups: Member
Joined: 12/5/2008 Posts: 27
|
I have a text string phone number in the format 8135779877 coming from the database and just want to bind it to the MaskEdit control, but the control is chopping a few characters off. What settings do I need to adjust for this to display 813-577-9877
Thanks
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,200
|
Hi,
Thanks for your suggestion. Currently we do not have any plan to implement such features though. There is no reliable way for the MaskedEdit to decide which part is important and which part is not --- whether it to be the number or the hyphen since the MaskedEdit is designed to be a generic control. As such we believe the best approach is to let user to handle this in their code.
Thanks!
|