Telerik UI for ASP.NET Core Form Overview

Loading Demo...
  • EXAMPLE
  • VIEW SOURCE
HtmlHelper
TagHelper
Files:
index.cshtml
IndexController.cs
Index_TagHelper.cshtml

Also available for:

CLIENT-SIDE API HTML HELPER API
devcraft ninja image

The Form 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

The Telerik UI for ASP.NET Core Form enables you to generate and manage forms. The component provides multiple built-in features, such as two orientation modes (horizontal and vertical), default and custom editors, Cols() and ColSpan() options for organizing the form layout into columns, a built-in validation feature, grouping of the form items, and templates for rendering custom buttons. Also, by default, the Form adds the Submit and Clear buttons at the end of the component.

The current demo shows an example of a Form component, which includes a custom editor defined through a JavaScript function, labels, and default validation.

The ASP.NET Core Form control is part of Telerik UI for ASP.NET Core, a professional-grade UI library with 110+ components for building modern and feature-rich web applications. The UI for ASP.NET Core Form is a server-side wrapper for the Kendo UI for jQuery Form component and supports an HtmlHelper and a TagHelper mode.

Functionality and Features

  • Items—The Form Items configuration maps the Model fields and allows you to customize the editors, their labels, and groups.
  • Layout—You can control the layout of the Form based on your preferences.
  • Groups—The Form supports grouped sections for a better user experience.
  • Orientation—You can render the labels in the Form above or to the left of their respective editors.
  • Validation—You can also validate the Form component by utilizing its built-in validator.
  • Hidden fields—The Form component provides built-in support for hidden fields.
  • Accessibility—The Form is accessible for screen readers, supports WAI-ARIA attributes, and delivers keyboard shortcuts for faster navigation.

Additional Apps

This Form example is part of unique collection of hundreds of ASP.NET Core demos, with which you can see all Telerik ASP.NET Core 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 Telerik REPL for ASP.NET Core or ThemeBuilder.

Support & Learning Resources

Additional Resources