New to Kendo UI for Angular? Start a free 30-day trial
Kendo UI for Angular Form Orientation
The Form component provides an option for changing the layout of the form components.
To render the form content horizontally or vertically, set the orientation
property of the Form component.
html
<form kendoForm [formGroup]="tableForm" orientation="horizontal"> ... </form>
By default, the orientation has a vertical
setting, which displays the form fields and their labels one below the other. For a more compact layout, set the orientation
to horizontal
, which displays the form fields and their labels side by side.
The following example demonstrates the orientation types of the Form component.
Change Theme
Theme
Loading ...