Product Bundles
DevCraft
All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:
Web
Mobile
Document Management
Desktop
Reporting
Testing & Mocking
CMS
UI/UX Tools
Debugging
Free Tools
Support and Learning
Productivity and Design Tools
I am attempting to keep the Gantt Chart editable, but remove the ability to create new tasks/child entries.
I have tried adding this CSS and it did not work:
.k-gantt-actions .k-button { visibility: hidden; }
The button still shows.
Any help?
Hello,
The following CSS rule should hides the Add Task button in the toolbar of the Gantt:
<style> .k-gantt-create{ display:none; } </style>
Which will prevent the user from adding a new task.
Regards, Yanislav Progress Telerik
Love the Telerik and Kendo UI products and believe more people should try them? Invite a fellow developer to become a Progress customer and each of you can get a $50 Amazon gift voucher.