When viewing a plan in Month view the task titles are cropped within the taskbar by default. What are my options please to overcome this?
Can I specify the title to be displayed to the right of each taskbar? Can I set the title to not be cropped and overflow to the right of the taskbar? Do I have to create a custom template to change anything from the default behaviour?
Many thanks.
4 Answers, 1 is accepted
Hi Chris,
The task title can be made visible even if the title exceeds the task bar's width, by setting visible overflow. Try the following CSS rule:
.k-task, .k-task-template {
overflow: visible;
}
Regards,
Ivan Danchev
Progress Telerik
Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.


Hi Chris,
Yes, here's a CSS rule that sets the color of the dependency lines:
.k-gantt-line {
background-color: lightblue;
}
Regards,
Ivan Danchev
Progress Telerik
Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.