New to Telerik UI for ASP.NET Core? Download free 30-day trial

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

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

Create(System.Boolean)

If set to false the user won't be able to create tasks.

Parameters

value - System.Boolean

The value for Create

DependencyCreate(System.Boolean)

If set to false the user won't be able to create dependencies.

Parameters

value - System.Boolean

The value for DependencyCreate

DependencyDestroy(System.Boolean)

If set to false the user won't be able to delete dependencies.

Parameters

value - System.Boolean

The value for DependencyDestroy

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

Destroy(System.Boolean)

If set to false the user won't be able to delete tasks.

Parameters

value - System.Boolean

The value for Destroy

Move(System.Boolean)

If set to false the user won't be able to move tasks.

Parameters

value - System.Boolean

The value for Move

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

PlannedTasks()

If set to true the default pop-up editor of the Gantt will render the plannedStart and plannedEnd editors for the edited task.

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

Resize(System.Boolean)

If set to false the user won't be able to resize tasks.

Parameters

value - System.Boolean

The value for Resize

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

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

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

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

Template(Kendo.Mvc.UI.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.

Update(System.Boolean)

If set to false the user won't be able to update tasks.

Parameters

value - System.Boolean

The value for Update

In this article
Not finding the help you need?