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

GanttHierarchyBindingDirective

Binds the Gantt to a tree of objects.

Use this directive to handle in-memory data operations such as sorting and filtering. See example.

html
<kendo-gantt
  [kendoGanttHierarchyBinding]="data"
  childrenField="subtasks"
  [dependencies]="dependencies">
</kendo-gantt>

Selector

[kendoGanttHierarchyBinding]

Export Name

Accessible in templates as #kendoGanttHierarchyBindingInstance="kendoGanttHierarchyBinding"

Inputs

NameTypeDefaultDescription

childrenField

string

Sets the name of the field that holds the child data items of the node.

kendoGanttHierarchyBinding

any[]

Sets the array of data to populate the Gantt.

filter

CompositeFilterDescriptor

Sets the descriptor that filters the data.

sort

SortDescriptor[]

Sets the descriptors that sort the data.

Methods

rebind

Clears the directive cache and reloads the component data.

In this article
SelectorExport NameInputsMethods
Not finding the help you need?
Contact Support