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
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