Telerik UI for ASP.NET Core Validator Basic Usage
- EXAMPLE
- VIEW SOURCE
-
Change Theme
defaultDefault Theme
- Main
- Main Dark
- Nordic
- Ocean Blue
- Ocean Blue A11Y
- Purple
- Turquoise
Bootstrap Theme- Main
- Bootstrap 3
- Bootstrap 3 Dark
- Main Dark
- Nordic
- Turquoise
- Turquoise Dark
- Urban
- Vintage
Material Theme- Main
- Arctic
- Lime Dark
- Main Dark
- Nova
Classic Theme- Main
- Green
- Green Dark
- Lavender
- Lavender Dark
- Main Dark
- Metro
- Metro Dark
- Moonlight
- Opal
- Opal Dark
- Silver
- Silver Dark
- Uniform
Fluent Theme- Main
Also available for:
CLIENT-SIDE API HTML HELPER APIThe Validator component is part of Telerik UI for ASP.NET Core, a professional grade UI library with 110+ components for building modern and feature-rich applications. To try it out sign up for a free 30-day trial.
Description
Telerik UI for ASP.NET Core allows you to use client-side validation by utilizing the Kendo UI for jQuery Validator. The Validator is built around the HTML5 validation attributes, it supports a variety of built-in validation rules, and provides a convenient way for custom-rule handling. In any case that requires user input, activate the Validator on the form that contains the editors, which must be validated.
Also, you can use the Validator to handle the client-side validation when using DataAnnotation
attributes. The Telerik UI HTML and Tag Helpers consume the DataAnnotation
attributes that are added to the Model. The Validator automatically creates validation rules based on the unobtrusive HTML attributes.
This demo showcases a basic form with Telerik UI for ASP.NET Core editors, which is validated on the client using the Kendo UI for jQuery Validator. The Validator is activated when the page with the form is loaded, and, by default, the validation triggers when the respective input element loses focus. The validation attributes are specified for each editor through the HtmlAttributes()
method.
Functionality and Features
- Using Validator with DataAnnotation аttributes—Enable the Validator to perform client-side validation based on the applied
DataAnnotation
attributes. - Creating custom validation rules—Implement custom validation rules and custom messages.
- Using Validator with editable components—Extend the default validation rules of editable helpers, such as Grid and ListView.