Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
380
WebMaskEdit - Phone numbers
posted

I'm using the following mask '###-###-####'

The database is returning my phone numbers pre-masked, so they look exactly like this:

555-666-7777

Having the dashes in my data is gumming up the masked value:  The masked value looks like this:

'555- 66-  77'

 

This means I have to strip out the dashes on each row's Init().  Is there any way to get the infragistics control to recognize a character in the raw data and ignore it when applying the raw data to the mask? 

This 'ignore' functionaly is inherint when working with dates in the WebDateChooser control.