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
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

Here is a Dojo demo that shows how to extend different Scheduler views:
Regards,
Georgi Krustev
Telerik

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.
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

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

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!
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