New to Kendo UI for AngularStart a free 30-day trial

FormSettings

Configures the built-in external editing form.

typescript
const settings: FormSettings = {
  orientation: 'vertical',
  showErrors: true,
  floatingLabels: false,
  fields: {
    name: { label: 'Name', hint: 'Enter a name.' }
  }
};
NameTypeDefaultDescription

fields?

{[key: string]: FormFieldSettings}

Customizes the label, hint, and error messages for each form control.

floatingLabels?

boolean

Renders FloatingLabel components instead of the default Label components.

orientation?

Orientation

Sets the orientation of the elements in the form.

showErrors?

boolean

Shows validation errors for each form control.

Not finding the help you need?
Contact Support