Telerik UI for ASP.NET Core Form Overview
- 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 SERVER-SIDE APIThe 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.