Resources
configurationThe configuration of the gantt resource(s). A gantt resource is optional metadata that can be associated with a gantt task.
resources
Objectresources.dataColorField
StringThe field of the resource data item which contains the resource color.
Default: "color"
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.
Default: "format"
resources.dataSource
Object|Array|kendo.data.DataSourceThe data source which contains resource data items. Can be a JavaScript object which represents a valid data source configuration, a JavaScript array or an existing kendo.data.DataSource instance.
If the dataSource option is set to a JavaScript object or array the widget will initialize a new kendo.data.DataSource instance using that value as data source configuration.
If the dataSource option is an existing kendo.data.DataSource instance the widget will use that instance and will not initialize a new one.
resources.dataTextField
StringThe field of the resource data item which represents the resource text.
Default: "text"
resources.field
StringThe field of the gantt task which contains the assigned resource objects.
Default: "resources"