New to Kendo UI for Angular? Start a free 30-day trial

GanttFlatBindingDirective

A directive which binds the Gantt to an array of objects by using an ID and parent ID field to define the hierarchy.

The directive encapsulates the in-memory handling of data operations such as sorting and filtering.

Selector

[kendoGanttFlatBinding]

Export Name

Accessible in templates as #kendoGanttFlatBindingInstance="kendoGanttFlatBinding"

Inputs

NameTypeDefaultDescription

kendoGanttFlatBinding

any[]

The array of data which will be used to populate the Gantt.

filter

CompositeFilterDescriptor

Defines the descriptor by which the data will be filtered.

idField

string

The name of the field which contains the unique identifier of the node.

parentIdField

string

The name of the field which contains the identifier of the parent node.

sort

SortDescriptor[]

Defines the descriptors by which the data will be sorted.

Methods

rebind

Clears the directive cache and reloads the component data.

In this article

Not finding the help you need?