click-move-click |
Boolean |
If set to true (default), when there is a drag column for the items in the TreeList part of the Gantt, the user will be allowed to reorder rows via click move click interaction as an alternative of the drag and drop one. |
confirmation |
Boolean |
If set to true the Gantt will display a confirmation dialog when the user deletes a task or a dependency. |
create |
Boolean |
If set to false the user won't be able to create tasks. |
dependency-create |
Boolean |
If set to false the user won't be able to create dependencies. |
dependency-destroy |
Boolean |
If set to false the user won't be able to delete dependencies. |
destroy |
Boolean |
If set to false the user won't be able to delete tasks. |
drag-percent-complete |
Boolean |
If set to false the user won't be able to edit the percentComplete of the tasks. |
enabled |
Boolean |
|
move |
Boolean |
If set to false the user won't be able to move tasks. |
planned-tasks |
Boolean |
If set to true the default pop-up editor of the Gantt will render the plannedStart and plannedEnd editors for the edited task. |
reorder |
Boolean |
If set to false the user won't be able to reorder tasks in the task list. |
resize |
Boolean |
If set to false the user won't be able to resize tasks. |
template |
String |
The template which renders the editor.The template should contain elements whose name HTML attributes are set as the editable fields. This is how the Gantt will know which field to update. The other option is to use MVVM bindings in order to bind HTML elements to data item fields. |
template-handler |
String |
The template which renders the editor.The template should contain elements whose name HTML attributes are set as the editable fields. This is how the Gantt will know which field to update. The other option is to use MVVM bindings in order to bind HTML elements to data item fields. |
template-id |
String |
The template which renders the editor.The template should contain elements whose name HTML attributes are set as the editable fields. This is how the Gantt will know which field to update. The other option is to use MVVM bindings in order to bind HTML elements to data item fields. |
template-view |
IHtmlContent |
The template which renders the editor.The template should contain elements whose name HTML attributes are set as the editable fields. This is how the Gantt will know which field to update. The other option is to use MVVM bindings in order to bind HTML elements to data item fields. |
update |
Boolean |
If set to false the user won't be able to update tasks. |