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.
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.