Declined
Last Updated: 08 Oct 2019 08:13 by ADMIN
Vasssek
Created on: 01 Oct 2019 13:54
Category: Input
Type: Bug Report
0
Problem with RadMaskedTextBox in Edge

Hi,

I have problem with typing into RadMaskedTextBox. I detected that problem is causing MaxLength property. In IE11, Chrome and Firefox, everything is working fine, but in Edge user couldn't type text into input.

<telerik:RadMaskedTextBox ID="txt_PFR1" runat="server" Width="110px" TabIndex="1" 
                                                    MaxLength="5" Mask="PFRaa">
                                                </telerik:RadMaskedTextBox>

Result text should be PFR and two characters, e.g. PFR12 or PFRaX, or... 

I suppose that this property is useless in this control instead of RadTextBox. Could you please remove it, if it doesn't have any other usage purpose ?

Regards

Vasssek

 

1 comment
ADMIN
Eyup
Posted on: 08 Oct 2019 08:13

Hi Vasssek,

 

The RadMaskedTextBox component is not compliant with the MaxLength property in essence and its content is entirely dependent on the defined Mask. The MaxLength property is present there purely because the control inherits it from its base control class (and because standard input controls like asp:TextBox have it).

In this sense, this is rather a configuration matter and for better clarification to our users, I will add this information as a Note in the documentation of RadMaskedTextBox.

Thank you for bringing this idea to our attention. I am upgrading your Telerik points as a token of gratitude.

 

Regards,
Eyup
Progress Telerik

Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.