I was wondering if it would be possible to overlay an arrow on a task in a Radganttview.
I leave you an example photo of what I want to do.
1 Answer, 1 is accepted
0
Stenly
Telerik team
answered on 18 May 2022, 06:53 AM
Hello Leire,
To achieve the overlaying of the relations, create a new Style with TargetType="RelationContainer". Then, add a new Setter for the ZIndexManager.ZIndex attached property and set it to, for example, 100.
Additionally, you could also modify the ZIndex (using the attached property) of the points of each task, by creating a new Style with TargetType="EventDecoratorContainer".