the mask modifier does not seem to work for me. I use the following mask (for ICD codes) in a RadMaskedTextInput: ">Lnn.nn". But the '>' character is shown instead of forcing upper case style.
Regards, Felix
3 Answers, 1 is accepted
0
Alex Fidanov
Telerik team
answered on 13 Jul 2011, 04:04 PM
Hi Felix,
Currently, there is a limitation for the formatting tokens. You should declare the mask using the numeric syntax rather than the literal syntax. For example, the mask "LLL" should be used like "L3" when using the formatting token. So, in your case, the mask should be : Mask=">L1n2.2"
Please try this and let me know if that works in your scenario.
Greetings,
Alex Fidanov
the Telerik team
Register for the Q2 2011 What's New Webinar Week. Mark your calendar for the week starting July 18th and book your seat for a walk through of all the exciting stuff we will ship with the new release!
I have attached the project that I used to test this. Please let me know if this is the same scenario as yours and if you have questions on this.
Greetings,
Alex Fidanov
the Telerik team
Register for the Q2 2011 What's New Webinar Week. Mark your calendar for the week starting July 18th and book your seat for a walk through of all the exciting stuff we will ship with the new release!