EditSettingsModel

23 Sep 20251 minute to read

Interface for a class EditSettings

Properties

allowAdding boolean

If allowAdding is set to true, new records can be added to the Gantt.

allowDeleting boolean

If allowDeleting is set to true, existing record can be deleted from the Gantt.

allowEditing boolean

If allowEditing is set to true, values can be updated in the existing record.

allowNextRowEdit boolean

If allowNextRowEdit is set as true, editing is continued to next row with keyboard navigation.

allowTaskbarEditing boolean

Enable or disable the taskbar editing, such as updating start date, end date,
progress and dependency tasks values, through user interaction.

mode EditMode

Defines edit mode in Gantt.

  • Auto - Defines cell edit mode in grid side and dialog mode in chart side.
  • Dialog - Defines dialog edit mode on both sides.

newRowPosition RowPosition

Defines the row position for new records. The available row positions are:

  • Top
  • Bottom
  • Above
  • Below
  • Child

showDeleteConfirmDialog boolean

If showDeleteConfirmDialog is set to true, a confirmation dialog will be displayed before performing the delete action.
This allows the user to confirm or cancel the deletion operation.