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