Search results

EditDialogFieldSettings API in React Gantt API component

Defines dialog fields of edit dialog.

Properties

additionalParams

TreeGridModel | GridModel | RichTextEditorModel

Defines the properties of Grid or RTE or TreeGrid controls in Gantt edit dialog.

Defaults to null

fields

string[]

Defines edited column fields placed inside the tab.

Defaults to null

headerText

string

Defines header text of tab item.

Defaults to null

type

DialogFieldType

Defines types of tab which contains editor for columns.

  • General - Defines tab container type as general.
  • Dependency - Defines tab as dependency editor.
  • Resources - Defines tab as resources editor.
  • Notes - Defines tab as notes editor.
  • Custom - Defines tab as custom column editor.

Defaults to null