I need to use an input mask for Canadian postal codes. The problem is that the 'L' character in the input mask string doesn't seem to be able to force Letter (A to Z, entry required).
Is there another way to acheive this?
I need something like:
ultraMaskedEditRemitToZip.InputMask = ">L#L #L#";
ultraMaskedEditRemitToZip.InputMask = ">A#A #A#" is close, but it allows alpha-numeric characters where I want letters only.
I am looking for this functionality as well.... Has a feature request been created for this yet???
Submit a feature request to Infragistics