Hi,
I'm using the newly released version (2013.3.1204.40) of RadMaskedTextInput control.
The control has a strange behavior when pressing "delete" button on the keyboard.
1. Type 1234.
2. Put the cursor between 1 and 2.
3. Press "Delete".
Result:
The input becomes "134", but the cursor moves to the position before "1", while I expect the cursor to be between 1 and 3. Is it a bug?
My environment: VS 2010, Windows 7.
Regards,
Gong
I'm using the newly released version (2013.3.1204.40) of RadMaskedTextInput control.
The control has a strange behavior when pressing "delete" button on the keyboard.
<telerik:RadMaskedTextInput Culture="" Mask="" MinWidth="300" HorizontalContentAlignment="Right" UpdateValueEvent="LostFocus" TextMode="PlainText" InputBehavior="Insert" />2. Put the cursor between 1 and 2.
3. Press "Delete".
Result:
The input becomes "134", but the cursor moves to the position before "1", while I expect the cursor to be between 1 and 3. Is it a bug?
My environment: VS 2010, Windows 7.
Regards,
Gong