Hi ,
Is there any way to validate multiple control like below.
// Initialize kendo validator
var tValidator = $("#feildUserName,#feildPassword,...").kendoValidator().data("kendoValidator");
In my scenario I have to validate few control for save operation and other set of control for update.