Dependencies
configurationThe data source of the widget which contains the dependencies. Can be a JavaScript object which represents a valid data source configuration, a JavaScript array or an existing kendo.data.GanttDependencyDataSource instance.
If the dependencies option is set to a JavaScript object or array the widget will initialize a new kendo.data.GanttDependencyDataSource instance using that value as data source configuration.
If the dependencies option is an existing kendo.data.GanttDependencyDataSource instance the widget will use that instance and will not initialize a new one.
The Kendo UI Gantt dependencies can be bound only to a
kendo.data.GanttDependencyDataSource. An exception will be thrown if thedataSourceoption is set to akendo.data.DataSourceinstance.
dependencies
Object|Array|kendo.data.GanttDependencyDataSource