<kendo:gantt-assignments>

The configuration of the assignments of the gantt resources. An assignment is a one-to-one mapping between a gantt task and a gantt resource containing the number of units for which a resource is assigned to a task.

Example

<kendo:gantt>
    <kendo:gantt-assignments></kendo:gantt-assignments>
</kendo:gantt>

Configuration Attributes

dataResourceIdField java.lang.String

The field of the assignment data item which represents the resource id.

Example

<kendo:gantt-assignments dataResourceIdField="dataResourceIdField">
</kendo:gantt-assignments>

dataTaskIdField java.lang.String

The field of the assignment data item which represents the task id.

Example

<kendo:gantt-assignments dataTaskIdField="dataTaskIdField">
</kendo:gantt-assignments>

dataValueField java.lang.String

The field of the assignment data item which represents the amount of the assigned resource.

Example

<kendo:gantt-assignments dataValueField="dataValueField">
</kendo:gantt-assignments>
In this article
Not finding the help you need?