Kendo UI for Angular Form Overview

The Kendo UI for Angular Form is a component that enables you to group and provide configurable behavior for form-related content such as inputs, dropdowns, labels, hint and error messages and more. It works with Angular's form handling capabilities, allowing you to create complex forms.

The Form component provides a structured way to manage form fields and their layout. The FormField component represents a single form field, while the FormFieldSet component allows you to group multiple form fields together, providing a clear structure for your forms.

ninja-iconThe Form is part of Kendo UI for Angular, 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.Start Free Trial

The following example demonstrates a brief overview of the Form component capabilities along with the FormField and FormFieldSet components.

Change Theme
Theme
Loading ...

Key Features

  • Form Orientation—You can change the layout of the FormField content by configuring its orientation.
  • Forms support—You can use the FormField both in template-driven and reactive Angular forms.
  • Form Appearance—You can set the number of columns and gutters between the form fields.
  • FormFieldSet—The FormFieldSet component allows you to group multiple form fields together, providing a clear structure for your forms.
  • FormField—The FormField component represents a single form field, allowing you to apply consistent styling and behavior across your forms.
  • Globalization—All Kendo UI for Angular Inputs provide globalization options.

Support and Learning Resources

Additional Resources