Telerik UI for ASP.NET MVC Validator Basic Usage

Loading Demo...
  • EXAMPLE
  • VIEW SOURCE
index.cshtml
IndexController.cs

Also available for:

CLIENT-SIDE API SERVER-SIDE API
devcraft ninja image

The Validator component is part of Telerik UI for ASP.NET MVC, 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

The Telerik UI for ASP.NET MVC Validator supports a wide range of validation rules for different types of data input, and it also offers the option for setting custom rules. The Validator control is useful in any situation that requires user input.

This demo showcases a Form component which is a common scenario for need of validation. The Validator rules used here are for required fields, and specific formats such as email and phone number. The demo also gives an example of a custom rule applied to the start time input.

This Validator example is part of a unique collection of hundreds of ASP.NET MVC demos, with which you can see all Telerik UI for ASP.NET MVC components and their features in action. View the source code of the demos from the library or directly adapt and edit their theme appearance in the ThemeBuilder

Functionality and Features

  • Forms validation—The Validator enables you to use the HTML5 form validation attributes.
  • Validation rules—You can implement custom validation rules and custom messages.
  • Tooltip—The Validator allows you to manage the rendering behavior of its tooltips.

Additional Apps

This Validator example is part of a unique collection of hundreds of ASP.NET MVC demos, with which you can see all Telerik ASP.NET MVC components and their features in action. View the source code of the demos from the library or directly adapt, and edit them and their theme appearance in the ThemeBuilder.

Support & Learning Resources

Additional Resources