title | page_title | description | slug | position |
---|---|---|---|---|
GanttDependencyDataSource |
GanttDependencyDataSource Overview - Components - Kendo UI for Vue |
Use the Kendo UI GanttDependencyDataSource wrapper component in Vue projects. |
overview_ganttdependencydatasource |
3 |
The GanttDependencyDataSource extends the [DataSource component]({% slug overview_datasource %}).
It contains instances of the custom kendo.data.GanttDependency
model, which represents the dependency data items of the Gantt.
The following example demonstrates how to bind the Gantt to the GanttDependencyDataSource.
{% meta height:660 %} {% embed_file gantt-dependency-datasource/main.vue preview %} {% embed_file gantt-dependency-datasource/main.js %} {% endmeta %}