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.
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
- Form Homepage
- Getting Started with the Kendo UI for Angular Inputs
- API Reference of the Form
- Getting Started with Kendo UI for Angular (Online Guide)
- Getting Started with Kendo UI for Angular (Video Tutorial)
- Video Courses
- Form Forum
- Before You Start: All Things Angular (Telerik Blog Post)
- Knowledge Base