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

GanttTaskModelFields

Defines the model fields for creating GanttTask instances.

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

NameTypeDefaultDescription

children?

string

"children"

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

completionRatio?

string

"completionRatio"

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

end?

string

"end"

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

id?

string

"id"

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

start?

string

"start"

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

title?

string

"title"

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

Not finding the help you need?
Contact Support