New to Kendo UI for AngularStart a free 30-day trial

Defines the model fields for creating GanttTask instances.

You can set all task fields to use nested property values, for example, category.id.

Definition

Package:@progress/kendo-angular-gantt

Properties

children?

string

Specifies the name of the children model field. Use this property to map child tasks from your data model.

Default:

"children"

Specifies the name of the percent complete model field. Use this property to map the completion ratio from your data model.

Default:

"completionRatio"

end?

string

Specifies the name of the end date model field. Use this property to map the end date from your data model.

Default:

"end"

id?

string

Specifies the name of the ID model field. Use this property to map the unique identifier from your data model.

Default:

"id"

start?

string

Specifies the name of the start date model field. Use this property to map the start date from your data model.

Default:

"start"

title?

string

Specifies the name of the title model field. This property is used as text in the task content area.

Default:

"title"