Hello Allan,
I used the sample from
this forum thread which shows how to extend the agenda view:
http://dojo.telerik.com/@korchev/akewO
The relevant code is this:
var CustomAgenda = kendo.ui.AgendaView.extend({
endDate: function() {
return this.startDate();
}
});
$("#scheduler").kendoScheduler({
date: new Date("2013/6/13"),
startTime: new Date("2013/6/13 07:00 AM"),
height: 600,
views: [
{ type: CustomAgenda, title: "Custom Agenda" }
],
Regards,
Atanas Korchev
Telerik
Do you want to have your say when we set our development plans?
Do you want to know when a feature you care about is added or when a bug fixed?
Explore the
Telerik Feedback Portal
and vote to affect the priority of the items