Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 1.24 KB

ganttdependencydatasource.md

File metadata and controls

29 lines (20 loc) · 1.24 KB
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

GanttDependencyDataSource Overview

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 %}

Suggested Links