GanttEditableSettingsBuilder
Methods
ClickMoveClick(System.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.
Parameters
value - System.Boolean
The value for ClickMoveClick
RETURNS
Returns the current GanttEditableSettingsBuilder instance.
Confirmation(System.Boolean)
If set to true the Gantt will display a confirmation dialog when the user deletes a task or a dependency.
Parameters
value - System.Boolean
The value for Confirmation
RETURNS
Returns the current GanttEditableSettingsBuilder instance.
Create(System.Boolean)
If set to false the user won't be able to create tasks.
Parameters
value - System.Boolean
The value for Create
RETURNS
Returns the current GanttEditableSettingsBuilder instance.
DependencyCreate(System.Boolean)
If set to false the user won't be able to create dependencies.
Parameters
value - System.Boolean
The value for DependencyCreate
RETURNS
Returns the current GanttEditableSettingsBuilder instance.
DependencyDestroy(System.Boolean)
If set to false the user won't be able to delete dependencies.
Parameters
value - System.Boolean
The value for DependencyDestroy
RETURNS
Returns the current GanttEditableSettingsBuilder instance.
DragPercentComplete(System.Boolean)
If set to false the user won't be able to edit the percentComplete of the tasks.
Parameters
value - System.Boolean
The value for DragPercentComplete
RETURNS
Returns the current GanttEditableSettingsBuilder instance.
Destroy(System.Boolean)
If set to false the user won't be able to delete tasks.
Parameters
value - System.Boolean
The value for Destroy
RETURNS
Returns the current GanttEditableSettingsBuilder instance.
Move(System.Boolean)
If set to false the user won't be able to move tasks.
Parameters
value - System.Boolean
The value for Move
RETURNS
Returns the current GanttEditableSettingsBuilder instance.
PlannedTasks(System.Boolean)
If set to true the default pop-up editor of the Gantt will render the plannedStart and plannedEnd editors for the edited task.
Parameters
value - System.Boolean
The value for PlannedTasks
RETURNS
Returns the current GanttEditableSettingsBuilder instance.
PlannedTasks()
If set to true the default pop-up editor of the Gantt will render the plannedStart and plannedEnd editors for the edited task.
RETURNS
Returns the current GanttEditableSettingsBuilder instance.
Reorder(System.Boolean)
If set to false the user won't be able to reorder tasks in the task list.
Parameters
value - System.Boolean
The value for Reorder
RETURNS
Returns the current GanttEditableSettingsBuilder instance.
Resize(System.Boolean)
If set to false the user won't be able to resize tasks.
Parameters
value - System.Boolean
The value for Resize
RETURNS
Returns the current GanttEditableSettingsBuilder instance.
Template(System.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.
Parameters
value - System.String
The value for Template
RETURNS
Returns the current GanttEditableSettingsBuilder instance.
TemplateId(System.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.
Parameters
templateId - System.String
The ID of the template element for Template
RETURNS
Returns the current GanttEditableSettingsBuilder instance.
TemplateView(Microsoft.AspNetCore.Html.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.
Parameters
templateView - Microsoft.AspNetCore.Html.IHtmlContent
The view that contains the template for Template
RETURNS
Returns the current GanttEditableSettingsBuilder instance.
TemplateHandler(System.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.
Parameters
templateHandler - System.String
The handler that returs the template for Template
RETURNS
Returns the current GanttEditableSettingsBuilder instance.
Template(Kendo.Mvc.UI.Fluent.TemplateBuilder)
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.
Parameters
template - TemplateBuilder<TModel>
A Template component that configures the template.
RETURNS
Returns the current GanttEditableSettingsBuilder instance.
Update(System.Boolean)
If set to false the user won't be able to update tasks.
Parameters
value - System.Boolean
The value for Update
RETURNS
Returns the current GanttEditableSettingsBuilder instance.