Configures edit settings of Gantt.
boolean
If allowAdding
is set to true, new records can be added to the Gantt.
Defaults to false
boolean
If allowDeleting
is set to true, existing record can be deleted from the Gantt.
Defaults to false
boolean
If allowEditing
is set to true, values can be updated in the existing record.
Defaults to false
boolean
If allowNextRowEdit
is set as true, editing is continued to next row with keyboard navigation.
Defaults to false
boolean
Enable or disable the taskbar editing, such as updating start date, end date, progress and dependency tasks values, through user interaction.
Defaults to false
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.Defaults to Auto
Defines the row position for new records. The available row positions are:
Defaults to Top
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.
Defaults to false