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
25
XamWebMaskedEditor related question
posted

Hi,

I would like to use this control to implement to function my application as explained below.

I want to display the text as "AAAA-BBBBB-CC" means 4 characters + Delimiter '-' + 5 characters + '-' + 3 characters using the Mask property. The format in which we want to display the text is configurable. I have a scenario to validate individual parts lets say 'FEE" is entered in the first part and i want to validate 'FEE' and highlight the part in RED which is invalid.

Basically, i want to identify individual parts (AAAA, BBBBB, CC) and validate once we tab out of the individual part. Is there any way i can achieve this functionality using the 'XamWebMaskedEditor'?

Thanks in advance,

Kishore