Questions tagged [kendo-scheduler]

A widget from Kendo-UI that can display displays a set of events—appointments or tasks. Also provides the ability to display scheduled events in different views—a single day, a whole week, or month and as a list of tasks which need to be accomplished.

The Kendo UI Scheduler widget can be used to display and edit a set of time slots and appointments or events. It has a rich API and supports templating and databinding as well as grouping by different resource (e.g. person, room, etc.).

Useful links

List item


Related tags

364 questions
2
votes
0 answers

Kendo Scheduler not refreshing when dynamically resized

Our app is setup with your basic header, footer, left nav, and content pane. We also have a dynamic right pane which we call "Quick View". If you click a link that targets Quick View, the right pane will slide out from the right. This causes the…
DB-AS
  • 21
  • 1
2
votes
2 answers

filtering kendo ui scheduler

I have a scheduler and a dropdown in a diary app. The scheduler is configured as such: $("#scheduler").kendoScheduler({ date : Date.now(), workDayStart: new Date("2015/1/1 08:00 AM"), workDayEnd: new…
Mych
  • 2,527
  • 4
  • 36
  • 65
2
votes
1 answer

Kendo scheduler resources paging

in kendo scheduler control am using group header template and would like to make a paging in my resources view http://dojo.telerik.com/IMUjA this example has 2 only resources if I would like to add 2 another resources I want to show only 2…
2
votes
2 answers

How to customize Today button in Kendo schedular

I am working on kendo.ui.Scheduler. I want to customize Today button. If I click on Today button it navigates to the current date of local system. I want to navigate to the date which I have given in date property of calenderoption.
Punam
  • 37
  • 6
2
votes
1 answer

Kendo UI Scheduler (timeline view) and event across midnight

Is there a way to setup Kendo UI Scheduler in timeline view to show a time span across midnight? If startTime and endTime are in the same day all works fine, if I set two different days it show nothing This is a two days example with custom view…
2
votes
1 answer

Kendo UI (Scheduler) - Add unique css class for each event

I am using Kendo UI Scheduler for creating events.. How can I add unique css class for each event? For Eg: First event should have .event-red, Second event should take .event-green and so on... I am trying to add class class like below, but not…
Reddy
  • 1,477
  • 29
  • 79
2
votes
0 answers

It does not display events in Kendo Scheduler

my CustomEditorTemplate