Hi,
Has anyone else got a problem with entering data into a RadMaskedTextBox in IE6 with the latest version of the controls (Version: 2011.1 413 (Apr 13, 2011))?
What it's doing is when ever I hit the first number key it moves the cursor to the end of the mask. I then have to cursor key back to the second character entry and repeat until I've filled in the require data. The data it's taking is time entry i.e. 09:00-12:00 with a mask of ##:##-##:##
To replicate just drop a RadMaskedTextBox to a page (with a RadScriptManager), and configure as below.
Default.aspx
Has anyone else got a problem with entering data into a RadMaskedTextBox in IE6 with the latest version of the controls (Version: 2011.1 413 (Apr 13, 2011))?
What it's doing is when ever I hit the first number key it moves the cursor to the end of the mask. I then have to cursor key back to the second character entry and repeat until I've filled in the require data. The data it's taking is time entry i.e. 09:00-12:00 with a mask of ##:##-##:##
To replicate just drop a RadMaskedTextBox to a page (with a RadScriptManager), and configure as below.
Default.aspx
<telerik:RadScriptManager ID="RadScriptManager1" runat="server"> </telerik:RadScriptManager> <telerik:RadMaskedTextBox ID="txtShift" runat="server" MaxLength="11" Width="60px" Mask="##:##-##:##" SelectionOnFocus="SelectAll" > </telerik:RadMaskedTextBox>This will allow you to repeat it in IE6. This does not happen in IE8, or IE9.
Regards
Nick