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

FormSettings

Interface

Configures the built-in external editing form.

Definition

Package:@progress/kendo-angular-grid

Syntax:

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

Properties

fields?

{ [key: string]: FormFieldSettings }

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

Renders FloatingLabel components instead of the default Label components.

orientation?

Orientation

Sets the orientation of the elements in the form.

Shows validation errors for each form control.