ValidateInput
eventsFired when the validation state of an input changes from valid to invalid or vice versa.
The event handler function context (available via the this keyword) will be set to the validator instance.
Event Data
e.sender kendo.ui.Validator
The validator instance which fired the event.
e.input jQuery
The object of the validated input.
e.valid Boolean
True if validation is passed, otherwise false.
e.field String
The name of the validated input.
e.error String
The error message text.