Declined
Last Updated: 31 Mar 2020 09:04 by ADMIN
Randy
Created on: 29 Aug 2014 17:41
Category: Gantt
Type: Feature Request
2
Add support for styling and customizing Gantt charts
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.
2 comments
ADMIN
Martin
Posted on: 31 Mar 2020 09:04

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

Progress is here for your business, like always. Read more about the measures we are taking to ensure business continuity and help fight the COVID-19 pandemic.
Our thoughts here at Progress are with those affected by the outbreak.
ADMIN
Telerik Admin
Posted on: 01 Sep 2014 14:16
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