I'm interested in using the Gantt chart for a project scheduling application but I need a lot more customization on the look & feel than is currently available. For instance, being able to eliminate the secondary timescale bar under the primary so that if you're in, say, the month view there is no 'week' slots under it.
Hello,
We are closing this feature request due to low interest and lack of activity for a long period of time.
Regards,
Martin
Progress Telerik
Thanks for sharing your proposal. I'll pass it to our developer for further consideration. In the meantime you can hide the headers for the week columns in gantt month view using the following code: $("#gantt").find(".k-grid-header-wrap table thead tr:nth-child(1)").css("display","none") where 'gantt' is the id of the div on which the gantt is instantiated