This is a migrated thread and some comments may be shown as answers.

Validation issue with RadmaskedTextbox

1 Answer 91 Views
Input
This is a migrated thread and some comments may be shown as answers.
Scott
Top achievements
Rank 1
Scott asked on 18 Nov 2015, 10:55 AM

May have encountered a bug with validation on RadMaskedTextbox with RequiredFieldValidator, where the textbox remains invalid despite a valid input being entered.

Steps to replicate:

- Enter a complete, valid number

- Click outside of textbox

- Click back into textbox and delete some numbers

- Click outside of textbox to get the validation message

- Now enter a complete, valid number again - still treated as invalid and error message remains displayed.

 Link to video screencast

 

Markup:

 

<h4>Telephone:</h4>
 
<telerik:RadMaskedTextBox ID="tbTelephone" runat="server" Width="164px" Skin="Silk" Mask="###########" RequireCompleteText="true" />
 
<asp:RequiredFieldValidator ID="rfvTelephone" runat="server" Display="Dynamic" CssClass="validation" Text="*Required" ControlToValidate="tbTelephone" />

 

1 Answer, 1 is accepted

Sort by
0
Maria Ilieva
Telerik team
answered on 23 Nov 2015, 12:29 PM
Hi Scott,

I tested the provided code on my end using the latest version of the controls and it behaves correctly. See my test movie below and let me know if I'm missing something.
http://screencast.com/t/NhvQvmKZW4

Also please let me know which version of the controls you are using and verify if the issue paper in case you upgrade to the latest official release.

Regards,
Maria Ilieva
Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
Tags
Input
Asked by
Scott
Top achievements
Rank 1
Answers by
Maria Ilieva
Telerik team
Share this question
or