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

Month view with individual days

1 Answer 30 Views
Gantt
This is a migrated thread and some comments may be shown as answers.
Andrew
Top achievements
Rank 1
Andrew asked on 21 Mar 2016, 04:36 PM

Is it possible with the gantt chart control to have a view where its month at the top then below that a column for each individual day?

 

I found this screenshot on the silverlight version:

http://d585tldpucybw.cloudfront.net/sfimages/default-source/productsimages/silverlight/ProductItemFeatures/ganttview_support-for-various-project-data_screenshot.png?sfvrsn=1

 

But cant find a way to do this witht he asp.net ajax version?

 

Thank you

1 Answer, 1 is accepted

Sort by
0
Ivan Danchev
Telerik team
answered on 24 Mar 2016, 11:51 AM
Hello Andrew,

You can achieve a similar appearance using the Gantt's WeekView and formatting the day and week headers:
RadGantt1.WeekView.DayHeaderDateFormat = "dd";
RadGantt1.WeekView.WeekHeaderDateFormat = "dd, MMMM, yyyy";

Note that the WeekView's header it is designed to show intervals (first - last day of the week).

Regards,
Ivan Danchev
Telerik
Tags
Gantt
Asked by
Andrew
Top achievements
Rank 1
Answers by
Ivan Danchev
Telerik team
Share this question
or