4 Answers, 1 is accepted
0
Accepted
Hello JK,
Please, see and test the following live example which could be helpful for your scenario: Validators.
All the best,
Rumen
the Telerik team
Instantly find answers to your questions at the new Telerik Support Center
Please, see and test the following live example which could be helpful for your scenario: Validators.
All the best,
Rumen
the Telerik team
Instantly find answers to your questions at the new Telerik Support Center
0
JK
Top achievements
Rank 1
answered on 19 May 2008, 04:08 PM
D'oh!
Sorry been working too many long hours! Did not see the control in the list when I added the Validator.
Thanks,
JK
Sorry been working too many long hours! Did not see the control in the list when I added the Validator.
Thanks,
JK
0
Shellie
Top achievements
Rank 1
answered on 06 May 2009, 09:54 PM
When using your validator demo in Firefox and IE we noticed
the if a user were to enter line breaks and/or spaces (except IE)
without adding any additional text, the required validator would not fire. We
want to prevent our users from submitting blank messages by stripping
off those types of characters off the front ( , <p>, <br/>).
0
Hello Shellie,
The entity and <p> and <br/> tags are valid HTML content and we think that the observed validator behavior is the expected one.
Our suggestion is to implement your own logic based on Custom Validator. You can see an example with Custom Validator in the Validators example.
Regards,
Rumen
the Telerik team
Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
The entity and <p> and <br/> tags are valid HTML content and we think that the observed validator behavior is the expected one.
Our suggestion is to implement your own logic based on Custom Validator. You can see an example with Custom Validator in the Validators example.
Regards,
Rumen
the Telerik team
Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
