EditSettings
23 Sep 20251 minute to read
Configures edit settings of Gantt.
Properties
allowAdding boolean
If allowAdding is set to true, new records can be added to the Gantt.
Defaults to false
allowDeleting boolean
If allowDeleting is set to true, existing record can be deleted from the Gantt.
Defaults to false
allowEditing boolean
If allowEditing is set to true, values can be updated in the existing record.
Defaults to false
allowNextRowEdit boolean
If allowNextRowEdit is set as true, editing is continued to next row with keyboard navigation.
Defaults to false
allowTaskbarEditing 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
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.
Defaults to Auto
newRowPosition RowPosition
Defines the row position for new records. The available row positions are:
- Top
- Bottom
- Above
- Below
- Child
Defaults to Top
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.
Defaults to false