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

Extending Scheduler Views

2 Answers 152 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Mohamed
Top achievements
Rank 1
Mohamed asked on 20 Apr 2015, 03:50 PM

Hello,

i tried finding info about extending or overriding the views of a kendo ui scheduler, but this thread is all i found

 

http://www.telerik.com/forums/extending-agenda-view-to-show-whole-month-or-above-

 

now the thing is those questions (that were posted in the thread) were not answered

  • what are the fields/members we can override?
  • So how do I know which fields I can override when I extend the view

  ​

 also i searched in the documentation and reference for the syntax used "kendo.ui.AgendaView"

from this example http://jsbin.com/xoxifavovu/1/edit?js,output

 , but i couldn't find any info,

 

please direct me to a source where i can learn more about this (or extending or overriding kendo ui in general)

 

Thank you

2 Answers, 1 is accepted

Sort by
0
Vladimir Iliev
Telerik team
answered on 22 Apr 2015, 11:50 AM
Hello Mohamed,

Basically when you extend the given widget (extending classes in JavaScript is covered in various resources over the internet) you can override all of it's methods, however I would suggest to first carefully inspect the target view source code and consider extending the base view class (class hierarchy is seen in this screencast) if too much methods are going to be overridden.

Also you can check the following examples of creating custom views in our CodeLibrary:

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
Mohamed
Top achievements
Rank 1
answered on 26 Apr 2015, 06:25 AM

I see.

Thanks for your help :)

Tags
Scheduler
Asked by
Mohamed
Top achievements
Rank 1
Answers by
Vladimir Iliev
Telerik team
Mohamed
Top achievements
Rank 1
Share this question
or