This is a migrated thread and some comments may be shown as answers.

Task Dependency Hide

2 Answers 81 Views
GanttView
This is a migrated thread and some comments may be shown as answers.
SPARE GmbH
Top achievements
Rank 2
SPARE GmbH asked on 24 Jul 2012, 05:15 PM
Hy,

Is it Possible to Hide the Task Dependency? Or do i have to write my Custom List?

Kind Regards

Alfred

2 Answers, 1 is accepted

Sort by
0
Accepted
Ventzi
Telerik team
answered on 25 Jul 2012, 02:28 PM
Hi Alfred,

I am not sure I understand you fully, but if you just want to hide the dependency arrows you have 2 options:
1. You can set the Template property on the RelationContainer Style to Null like so. 
        <Style TargetType="telerik:RelationContainer">
            <Setter Property="Template" Value="{x:Null}"/>
        </Style>
2. Another way is not to set the dependencies at all.

We are currently working on more convenient way to do this and we're sorry for the inconvenience.

Kind Regards,
Ventzi
the Telerik team

Explore the entire Telerik portfolio by downloading Telerik DevCraft Ultimate.

0
SPARE GmbH
Top achievements
Rank 2
answered on 25 Jul 2012, 02:32 PM
Hy Ventzi,

Thanks for the Reply.
I implementet my own Dependencie List.
The first Solution is also working.

Greetings

Alfred
Tags
GanttView
Asked by
SPARE GmbH
Top achievements
Rank 2
Answers by
Ventzi
Telerik team
SPARE GmbH
Top achievements
Rank 2
Share this question
or