Hello,
I am using the xamMasEditor for phone numbers and would like to make the extension as an optional entry. Right now, in MVC, I have the mask as "###-###-### ext.999999". If the user enters a phone number with an extension it works great but when they don't enter an extension it leaves the "ext." in the bound field.
Please advise.
Thanks!
I have been looking into your post and I see that you would like to change the mask of the XamMaskEditor at runtime according to some condition. If it is true, I can suggest you look through the following forum tread where Anastas has provided an approach on how this can be achieved :
http://blogs.infragistics.com/forums/p/64819/328163.aspx
If you need any further assistance on this matter, feel free to ask.
I have a XamMaskedEditor for phone number. When there is no number entered, it leaves back literals(--) in the TextBlock. With options of DisplayMode to Raw or IncludePromtChars, there is no change in the behavior. How to empty the textblock, if no number is typed?
Thanks in advance.
Hello Gayathri,
I found this question duplicate to this one:
http://es.infragistics.com/community/forums/t/92785.aspx
which is already discussed.