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

Scheduler Custom column

9 Answers 290 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Tony
Top achievements
Rank 1
Tony asked on 22 Jun 2015, 08:34 PM

I am looking to add an additional column to each day of the day and week views of the scheduler. I am going to be passing additional information that displays allowed event types into this column. I thought i'd reach out to you guys in hopes you can provide some direction and guidance? 

Thank you. 

9 Answers, 1 is accepted

Sort by
0
Vladimir Iliev
Telerik team
answered on 23 Jun 2015, 08:38 AM
Hi George,

Please note that adding additional columns to the Scheduler views is not supported out of the box and it will require extending the build-in views (in order to override the methods responsible for rendering the layout). Currently I could only suggest to check the following example which shows how to extend build-in views and override it's methods:

Regards,
Vladimir Iliev
Telerik
 
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
 
0
Tony
Top achievements
Rank 1
answered on 24 Jun 2015, 10:04 PM
Is there an example that is strictly using JS? I am not building mine as MVC.
0
Georgi Krustev
Telerik team
answered on 26 Jun 2015, 02:16 PM
Hi George,

Here is a Dojo demo that shows how to extend different Scheduler views:
Regards,
Georgi Krustev
Telerik
 
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
 
0
Tony
Top achievements
Rank 1
answered on 02 Jul 2015, 04:59 PM

Hi Georgi,

This is great. However, I am looking to add an additional column in between week days that I will be passing data into. I asked for some help on stack overflow: 

http://stackoverflow.com/questions/30852525/how-to-extend-scheduler-agenda-view-to-include-additional-column/31034327#31034327

 But there have been no good leads. Here is an image of what i am trying to accomplish:

http://i.imgur.com/PaSvRKr.png

 

Please advise.

0
Vladimir Iliev
Telerik team
answered on 06 Jul 2015, 10:52 AM
Hello George,

As I already mentioned the desired behavior is not supported out of the box and it will require custom solution which depends entirely on you and the exact setup that you have. Currently we could only suggest to use the example (from my colleague Georgi reply) as a starting point. 

Regards,
Vladimir Iliev
Telerik
 
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
 
0
Tony
Top achievements
Rank 1
answered on 06 Jul 2015, 05:07 PM
Is there any way you can point me in the direction to where I can make changes to the actual scheduler template?
0
Vladimir Iliev
Telerik team
answered on 07 Jul 2015, 07:08 AM
Hi George,

I'm not sure that I correctly understand your last request, however if you need to modify the templates available in the official API than you can check them in the scheduler API. Please check the example below:

Regards,
Vladimir Iliev
Telerik
 
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
 
0
Tony
Top achievements
Rank 1
answered on 07 Jul 2015, 11:47 PM

I was actual able to utilize one of the examples you provided to start to build my own custom view to add the column i needed. However, the issue i'm running into now is that all the cells for the various dates are not all being drawn. Also, the events are not being placed properly in my custom view. I have created a dojo with my work for you to examine. 

 http://dojo.telerik.com/evexi

 Your help is much appreciated!

0
Vladimir Iliev
Telerik team
answered on 08 Jul 2015, 08:09 AM
Hello George,

Supporting custom views is out of scope of our support service as it covers the build-in functionality of the controls only. If you need additional assistance for implementing such solution I would suggest to check our partners network:

Regards,
Vladimir Iliev
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
Tony
Top achievements
Rank 1
Answers by
Vladimir Iliev
Telerik team
Tony
Top achievements
Rank 1
Georgi Krustev
Telerik team
Share this question
or