New to Telerik UI for Blazor? Start a free 30-day trial
Gantt Dependencies
The Telerik Gantt for Blazor lets you define dependencies, which are rendered in the Timeline section of the component. A dependency represents a relation between two tasks. The direction of the arrow indicates which task is dependent on the other. You can bind a data collection of different dependency types and allow your users to edit the dependencies.
Basics
To define dependencies in your Gantt Chart:
- Add the
GanttDependenciesSettings
tag, child tag of the<TelerikGantt>
. - Inside the
GanttDependenciesSettings
add the<GanttDependencies>
and provide a data collection to theData
parameter.
Gantt Dependency Features
- Dependency Data Binding allows you to provide a collection of dependencies to the Gantt Chart for Blazor.
- Dependency Editing allows the user to edit the dependencies.