Validate
eventsFired when the validation of the form completes.
The validate event will not fire while chaning individual input values.
The event handler function context (available via the this keyword) will be set to the data source instance.
Event Data
e.sender kendo.ui.Validator
The validator instance which fired the event.
e.valid Boolean
True if validation is passed, otherwise false.
errors Array
The validation errors.