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

how to hide dependency selector

1 Answer 94 Views
Gantt
This is a migrated thread and some comments may be shown as answers.
BillyBob
Top achievements
Rank 1
BillyBob asked on 04 Dec 2014, 05:29 AM
Is it possible to completely hide all dependencies from the gantt chart?

ie. remove the option to even select them?

1 Answer, 1 is accepted

Sort by
0
Bozhidar
Telerik team
answered on 04 Dec 2014, 06:55 AM
Hi,

Since the Q3 2014 official release of the Gantt control, you are not required to provide a datasource for the Dependencies, and can choose to only show and use Tasks in your Gantt. To do this just don't specify a datasource for the dependencies. You can further prevent any interaction regarding dependencies by hiding the handles that are shown on hovering a task, using the following CSS:
.rgtTaskDot{
    display: none !important;
}


Regards,
Bozhidar
Telerik
Tags
Gantt
Asked by
BillyBob
Top achievements
Rank 1
Answers by
Bozhidar
Telerik team
Share this question
or