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

I want to disable the dependency

1 Answer 143 Views
Gantt
This is a migrated thread and some comments may be shown as answers.
Ikou
Top achievements
Rank 1
Ikou asked on 24 Feb 2016, 04:19 AM

Hi,

Is there a way to disable because it does not use the dependency?

thanks

1 Answer, 1 is accepted

Sort by
0
Accepted
Bozhidar
Telerik team
answered on 24 Feb 2016, 08:16 AM
Hi,

You can use the following CSS to prevent the dependency handle from showing:
.k-task-dot {
  display: none !important;
}

Here's also a dojo sample where this is demonstrated:
http://dojo.telerik.com/OFUgO

Regards,
Bozhidar
Telerik
 
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
 
Tags
Gantt
Asked by
Ikou
Top achievements
Rank 1
Answers by
Bozhidar
Telerik team
Share this question
or