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

how to validate more than one email?

1 Answer 473 Views
Validation
This is a migrated thread and some comments may be shown as answers.
Saima
Top achievements
Rank 1
Saima asked on 13 May 2014, 05:53 AM
 <label for="email" class="required">To:</label>
<input type="email" id="email" name="Email" class="k-textbox" placeholder="e.g. myname@example.net" required data-email-msg="Email format is not valid" "/>
In the document.ready(function(){} I have defined like
var validator = $("#email").kendoValidator().data("kendoValidator");
It is validating single email,I want to validate more than one email at a time,can u tel me how to validate more than one email?

Here i find soln but that does not work
Stack over flow how to validate more than one email in kendo ui

Can anyone help?

1 Answer, 1 is accepted

Sort by
0
Alexander Popov
Telerik team
answered on 14 May 2014, 10:32 AM
Hello Saima,

This could be achieved by defining a custom validation rule and using a text (instead of email) input element.

Regards,
Alexander Popov
Telerik
 
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
 
Tags
Validation
Asked by
Saima
Top achievements
Rank 1
Answers by
Alexander Popov
Telerik team
Share this question
or