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.
Try setting the DataMode property to RawTextWithLiterals, RawTextWithRequiredPromptsAndLiterals, or AllText.