This question is locked. New answers and comments are not allowed.
Hi There,
How do you guys achieve of showing correctly for phone number.
I've long time issue with RadMaskedTextBox (link).
Here is my scenario
MaskedTextInput
Mask = "+###(###)########"
so user can type whatever they like.
eg. +__1 (__2)_3456780 or +1__(2__)123_____ or +___(_02)123__678
but new MaskedTextInput control has only value property so save into the db as only value
123456780 , 12123 , 02123678
then when showing back into control we got problem as
+123 (456)780______ , +121(23)________ , +021(236)78________
we want what user type exactly as
+__1 (__2)_3456780, +1__(2__)123_____ , +___(_02)123__678 when showing back on screen.
I'm using MVVM with 2011_1_0419
Any idea to achieve this?
How do you guys achieve of showing correctly for phone number.
I've long time issue with RadMaskedTextBox (link).
Here is my scenario
MaskedTextInput
Mask = "+###(###)########"
so user can type whatever they like.
eg. +__1 (__2)_3456780 or +1__(2__)123_____ or +___(_02)123__678
but new MaskedTextInput control has only value property so save into the db as only value
123456780 , 12123 , 02123678
then when showing back into control we got problem as
+123 (456)780______ , +121(23)________ , +021(236)78________
we want what user type exactly as
+__1 (__2)_3456780, +1__(2__)123_____ , +___(_02)123__678 when showing back on screen.
I'm using MVVM with 2011_1_0419
Any idea to achieve this?