When I load up the page and apply the appropriate mask to the textbox the data is displayed correctly.
If I then click another page and then use the browser's back button, the phone number is messed up and missing the last 4 digits while the other 6 are in random places within the mask?
The issue is in IE 8. We are using 2010.3.1317.35. The control is not wrapped in any AJAX.
If I then click another page and then use the browser's back button, the phone number is messed up and missing the last 4 digits while the other 6 are in random places within the mask?
<telerik:RadMaskedTextBox ID="txtPhone" runat="server" Width="225px" MaxLength="10" DisplayMask="(###)###-####" Mask="##########" SelectionOnFocus="CaretToBeginning" />The issue is in IE 8. We are using 2010.3.1317.35. The control is not wrapped in any AJAX.