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

RegExpTextBoxSetting and WebMethod validation

1 Answer 26 Views
Input
This is a migrated thread and some comments may be shown as answers.
miri
Top achievements
Rank 1
miri asked on 07 Oct 2010, 11:53 AM

 

I'm using with RegExpTextBoxSetting and WebMethod validation.

 

its works fine, but the only problem is that when the method gets false, the RegExpTextBoxSetting gets the error icon and the text box gets the red color but, The error message not display !

1 Answer, 1 is accepted

Sort by
0
Martin
Telerik team
answered on 13 Oct 2010, 12:11 PM
Hello Miri,

Note that the ErrorMessage text will be displayed only when the ValidationExpression or Validation-IsRequired conditions are not met. For example if you define a validation expression that requires a 3 digit input, and the user enters "10" then you will see the error message. However if the user enters "100", the validation expression will be satisfied and the error message will not be displayed, nevertheless your web service validation passes or not.

I hope this helps.

Best regards,
Martin
the Telerik team
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 Public Issue Tracking system and vote to affect the priority of the items
Tags
Input
Asked by
miri
Top achievements
Rank 1
Answers by
Martin
Telerik team
Share this question
or