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

Can the Timeline view a whole month?

3 Answers 65 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Max
Top achievements
Rank 1
Max asked on 03 Mar 2016, 10:30 AM

Hello everyone,

 

I'm new to Telerik I would like to know if there is a way of making the Timeline View show a whole month instead of just one week.

I've been struggeling to find the solution.

 

Greetings,

Max

3 Answers, 1 is accepted

Sort by
0
Accepted
Patrick | Technical Support Engineer, Senior
Telerik team
answered on 03 Mar 2016, 04:33 PM
Hello Max,

We have a great demo which illustrates the different Timeline Views.  You can see the Timeline Month by clicking on the tab.  The important thing to setting the view is using views.type:

$("#scheduler").kendoScheduler({
 views: [
      {type: "timelineMonth"}
     ],
...
});

Hopefully, this helps clear things.

Regards,
Patrick
Telerik
 
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
 
0
Max
Top achievements
Rank 1
answered on 04 Mar 2016, 07:10 AM
Thanks for the answer!
0
Patrick | Technical Support Engineer, Senior
Telerik team
answered on 04 Mar 2016, 03:26 PM
Hello Max,

I'm glad that helped!  

Regards,
Patrick
Telerik
 
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
 
Tags
Scheduler
Asked by
Max
Top achievements
Rank 1
Answers by
Patrick | Technical Support Engineer, Senior
Telerik team
Max
Top achievements
Rank 1
Share this question
or