<kendo:gantt-resources>

The configuration of the gantt resource(s). A gantt resource is optional metadata that can be associated with a gantt task.

Example

<kendo:gantt>
    <kendo:gantt-resources></kendo:gantt-resources>
</kendo:gantt>

Configuration Attributes

dataColorField java.lang.String

The field of the resource data item which contains the resource color.

Example

<kendo:gantt-resources dataColorField="dataColorField">
</kendo:gantt-resources>

dataFormatField java.lang.String

The field of the resource data item containing the format of the resource value, which could be assigned to a gantt task. The data item format value could be any valid kendo format.

Example

<kendo:gantt-resources dataFormatField="dataFormatField">
</kendo:gantt-resources>

dataTextField java.lang.String

The field of the resource data item which represents the resource text.

Example

<kendo:gantt-resources dataTextField="dataTextField">
</kendo:gantt-resources>

field java.lang.String

The field of the gantt task which contains the assigned resource objects.

Example

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