Validator

Example

Razor
<form>
</form>

Attributes

AttributeTypeDescription
nameStringSets the name of the component.
error-templateStringThe template which renders the validation error.
is-enabledBooleanAttribute initializator for the Kendo Validator.
messagesIDictionary<String,String>A Dictionary collection of strings that holds the messages of the validator.
on-validateStringTriggered when the validation of the form completes.
on-validate-inputStringTriggered when the validation state of an input changes from valid to invalid or vice versa.
rulesIDictionary<String,String>A Dictionary collection of strings that holds the rules of the validator.
script-attributesIDictionary<String,Object>
validate-on-blurBooleanSpecifies whether the validation should be perfromed on blur event.
is-in-client-templateBooleanWhen placing a Tag Helper within a Kendo Template, set the type to text/html and add the is-in-client-template="true" attribute.
deferredBooleanSuppress initialization script rendering. Note that this options should be used in conjunction with DeferredScripts method.
as-moduleBoolean
has-client-componentBoolean
sanitize-idBoolean
In this article
ExampleAttributes
Not finding the help you need?
Contact Support