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

353 questions
9
votes
3 answers

how do I remove parts of the Kendo UI Scheduler that I don't want to show?

I'd like remove the header controls from the top of the Kendo UI Scheduler control, i.e. the part outlined in red from this screenshot: I just want to show one static Day view for a single day. Any ideas?
csells
  • 1,808
  • 1
  • 15
  • 17
9
votes
4 answers

How can I customize a kendo scheduler popup window

I'm wondering if there is a way to customize the window that pops up when you click on the kendo scheduler. I would like to remove the "all day event" checkbox.
user379468
  • 3,709
  • 8
  • 41
  • 63
8
votes
3 answers

Kendo Scheduler events disappear after cancelling edit

I've setup a Kendo Scheduler widget using Kendo Web GPL version 2013.3.1119. It's mostly working fine, in that events are pulled from the remote SchedulerDataSource and correctly displayed on the calendar with their associated resource. The problem…
Mat
  • 1,608
  • 3
  • 22
  • 37
6
votes
1 answer

Handle destroy event in kendo scheduler

I am using a kendo scheduler. There are events added in scheduler grid. On mouse hover of each event a small (x) comes on top right corner. i.e destroy event for that event, which when clicked shows an warning message "Are you sure you want to…
6
votes
5 answers

Setting first day of week to Monday in kendo scheduler

I want to set first day of week to monday instead of sunday in kendo scheduler It is working fine for me if i am using DatePicker, but not for Scheduler.
user4118504
6
votes
1 answer

I want to change date formate for Kendo ui Schedule at Header

$("#scheduler").kendoScheduler({ date: new Date(), currentTimeMarker: false, views: [ "day", "week", "workWeek" ] }); like above code the default date formate in header will be MM/dd/yyyy but i need to modifiy that format.
Sonagara Hitesh
  • 213
  • 2
  • 11
5
votes
4 answers

Kendo UI Scheduler incorrectly converting times, adding and subtracting hours backwards

I am using the Kendo scheduler and the timezone offset appears to be adding hours and subtracting hours in the opposite direction from what should happen. When I change my client timezone to a more western timezone, hours are added to the event…
billy jean
  • 1,219
  • 3
  • 21
  • 41
5
votes
2 answers

Where to find Kendo.Mvc.Examples.Models

I am trying to create a kendo schedular but you need to pass in a model. In the examples it tells you to use @(Html.Kendo().Scheduler< Kendo.Mvc.Examples.Models.Scheduler.TaskViewModel>()) But of course I don't have this view model. Can someone tel…
5
votes
3 answers

Change the width of the events in a Kendo UI Scheduler

I am creating a website in HTML5 and javascript. One of the site contains the Kendo UI Scheduler. I understand the scheduler and how it works, and I've managed to set up a simple scheduler with some events. Now, my problem is that I want to alter…
Karoline Brynildsen
  • 3,498
  • 5
  • 32
  • 43
4
votes
0 answers

How to disable particular time slots in telerik kendo scheduler?

I have been working on Telerik Kendo Scheduler. Here is the link http://docs.telerik.com/kendo-ui/controls/scheduling/scheduler/how-to/interaction/drag_and_drop_grid_scheduler Its the same example I am using now, But I modified this example as per…
4
votes
1 answer

How to create event without pop-up window in Kendo? Or Create events programmatically?

We are using Kendo Scheduler UI of telerik in our project, we are trying to create events programmatically without popup. For creating new event, we are using a submit button. We can create new event in the server by clicking on that button ,…
Rahman40
  • 71
  • 4
4
votes
3 answers

How to extend scheduler agenda view to include additional column

I am using Kendo Scheduler control. By default it is showing "Date","Time" and "Event" in the "Agenda" view. How to extend scheduler agenda view to include additional column as shown in attached image? I tried templates as shown below.
kudlatiger
  • 2,355
  • 3
  • 30
  • 67
4
votes
2 answers

Can Kendo TimezoneEditor be disabled?

Some controls (widgets?) in Kendo UI can be disabled using data-bind="disabled:boundfield", some need to set this option manually (yes, it's about multiselect). But I can't find a good way to do this with TimezoneEditor — it not reacts on both. In…
Arman Hayots
  • 2,190
  • 5
  • 25
  • 46
4
votes
3 answers

Kendo UI - Hide "End: Never" option from Recurrence Editor

I am having trouble to hide one option in recurrence editor in a standardized way. I have tried to hide it by custom code but it sometimes creates not predictable behaviour. This is what I am trying to hide:
Jakub Holovsky
  • 5,599
  • 5
  • 52
  • 89
4
votes
3 answers

Kendo Scheduler prevent editing/destruction of certain events

I've created a Kendo Scheduler that binds to a remote data source. The remote datasource is actually a combination of two separate data sources. This part is working okay. Question is... is there any way to prevent certain events from being…
Mat
  • 1,608
  • 3
  • 22
  • 37
1
2 3
23 24