Hi,
I'm using the newly released version (2013.3.1016.40) of RadMaskedTextInput control.
The control has a strange behavior when inserting space.
1. Type 1234567.
2. Put the cursor between 1 and 2.
3. Type space.
The input becomes "12 34567".
My environment: VS 2010, Windows 7.
Regards,
Gong
I'm using the newly released version (2013.3.1016.40) of RadMaskedTextInput control.
The control has a strange behavior when inserting space.
<
telerik:RadMaskedTextInput
Culture
=
""
Mask
=
""
MinWidth
=
"300"
Margin
=
"10,10,10,10"
HorizontalContentAlignment
=
"Right"
UpdateValueEvent
=
"LostFocus"
TextMode
=
"PlainText"
InputBehavior
=
"Insert"
/>
1. Type 1234567.
2. Put the cursor between 1 and 2.
3. Type space.
The input becomes "12 34567".
My environment: VS 2010, Windows 7.
Regards,
Gong