Hello,
I have some trouble with RadMaskedEditBox using Numeric Masks.
When I use a standard Numeric Mask like "c2" or "N", it's working.
When I try to use any Custom Numeric Mask like "#,##.00 'CHF'" or a simple "0" I'm getting in trouble (can't type anything in the maskedbox !).
My final purpose is to have a mask for Swiss Currency typing (independant of culture, so I can't use the standard currency).
Some examples: "120.00 CHF", "1'420.15 CHF".
I actually use a workaround with the "N2" mask and a label for my "CHF".
Thanks
I have some trouble with RadMaskedEditBox using Numeric Masks.
When I use a standard Numeric Mask like "c2" or "N", it's working.
When I try to use any Custom Numeric Mask like "#,##.00 'CHF'" or a simple "0" I'm getting in trouble (can't type anything in the maskedbox !).
My final purpose is to have a mask for Swiss Currency typing (independant of culture, so I can't use the standard currency).
Some examples: "120.00 CHF", "1'420.15 CHF".
I actually use a workaround with the "N2" mask and a label for my "CHF".
Thanks