Search results

EditSettingsModel API in JavaScript Gantt API control

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, confirm dialog will show delete action. You can also cancel delete command.