GanttEditableSettingsTagHelper

Example

Razor
<editable/>

Attributes

AttributeTypeDescription
click-move-clickBooleanIf 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.
confirmationBooleanIf set to true the Gantt will display a confirmation dialog when the user deletes a task or a dependency.
createBooleanIf set to false the user won't be able to create tasks.
dependency-createBooleanIf set to false the user won't be able to create dependencies.
dependency-destroyBooleanIf set to false the user won't be able to delete dependencies.
destroyBooleanIf set to false the user won't be able to delete tasks.
drag-percent-completeBooleanIf set to false the user won't be able to edit the percentComplete of the tasks.
enabledBoolean
moveBooleanIf set to false the user won't be able to move tasks.
planned-tasksBooleanIf set to true the default pop-up editor of the Gantt will render the plannedStart and plannedEnd editors for the edited task.
reorderBooleanIf set to false the user won't be able to reorder tasks in the task list.
resizeBooleanIf set to false the user won't be able to resize tasks.
templateStringThe 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-handlerStringThe 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-idStringThe 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-viewIHtmlContentThe 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.
updateBooleanIf set to false the user won't be able to update tasks.
In this article
ExampleAttributes
Not finding the help you need?
Contact Support