Skip to content

Latest commit

 

History

History
37 lines (26 loc) · 1.88 KB

overview.md

File metadata and controls

37 lines (26 loc) · 1.88 KB
title page_title description slug position
Overview
Kendo UI for jQuery Form Documentation - Form Overview
Get started with the Kendo UI for jQuery Form and learn about its features and how to initialize the component.
overview_kendoui_form_widget
0

{{ site.product }} Form Overview

The Kendo UI Form component allows you to generate and manage forms. Through a variety of configuration options, it makes creating and customizing forms a seamless experience. Achieve the desired form appearance by using default or custom editors, choose layout and orientation, display the editors in groups and columns, and configure validation.

Kendo UI for jQuery Form Overview

Functionality and Features

  • [Items]({% slug items_form_widget %})—Allows you to customize the appearance and behavior of the Form.
  • [Layout]({% slug layout_form_widget %})—You can configure the layout of the items in the Form.
  • [Groups]({% slug groups_form_widget %})—The Form provides an option to display its items in groups.
  • [Orientation]({% slug orientation_form_widget %})—You can configure the orientation of the component.
  • [Validation]({% slug validation_form_widget %})—The Form provides built-in validation.
  • [Buttons]({% slug buttons_form_widget %})—The Form enables you to alter the built-in Submit and Clear buttons.

Next Steps

See Also