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

How to hide the "Add task" button in the mode "editable: true"?

1 Answer 337 Views
Gantt
This is a migrated thread and some comments may be shown as answers.
Gen
Top achievements
Rank 1
Gen asked on 16 Sep 2014, 08:11 AM
Hi! 
How to hide the "Add task" button in the mode "editable: true"?

Thank you for help.

1 Answer, 1 is accepted

Sort by
0
Bozhidar
Telerik team
answered on 16 Sep 2014, 08:47 AM
Hi,

You can use the following CSS:
.k-gantt-actions .k-button {
    visibility: hidden;
}


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
Gen
Top achievements
Rank 1
Answers by
Bozhidar
Telerik team
Share this question
or