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
4
votes
3 answers

Kendo UI Web Scheduler - Modifying resources dataSource dynamically

I'm trying to change the resources dataSource dynamically, but the changes I am making are not being applied to the Scheduler. I've created a scheduler like so: $("#scheduler").kendoScheduler ({ date: new Date(), startTime: new…
4
votes
1 answer

KendoUI, tweaking the recurrence editor

With KendoUI 2013.3.1109 I am using KendoUI's scheduler I am using a template for the reservation form, but via googling and perusing the forums, I read about re-using their recurrence form. I even figured out via experimenting that one could…
Matt
  • 25,943
  • 66
  • 198
  • 303
3
votes
1 answer

Kendo Scheduler TimeLine Event Height issue

I am using the Kendo scheduler UI (Timeline view) in .net based MVC application. I have observed that there are some diff in the row height and the event height. I hve a requirement to make it aligned so as to remove the white space. Kindly let me…
Xander Kage
  • 161
  • 16
3
votes
0 answers

Kendo UI (Scheduler) - Customize Schedule Event alignment

I am using Kendo UI (Scheduler) Month view and Day View by using custom Templates. By default all events are defaulty aligned to Top of the cell. Instead I want to these to be aligned from the bottom of the cell... [please refer below image] PS: I…
Reddy
  • 1,477
  • 29
  • 79
3
votes
1 answer

Custom delete confirmation popup on kendo scheduler using angularjs

I have create kendo scheduler event.I want to delete this event by custom confirmation popup windows.show event information details on that custom popup windows and ask confirmation to user in angular js.
Sundar
  • 142
  • 1
  • 15
3
votes
0 answers

How to concatenate values from a pop-up window choice with values from a database?

I am developing a project with the Kendo UI Framework, using more specically the Scheduler widget and I have the current issue: On my database I have two tables one called Events and the other one called TypeOfEvents. Each type of event has got a…
3
votes
0 answers

How can I group by multiple resources in kendo-scheduler without repeating entries?

I'm using kendo-scheduler JavaScript component for a planning webapplication, and I'm doing a vertical grouping of an Employees resource; this way I get a row in the scheduler's timeline for each entry in Employees resource, and I can move/add…
Fabio Lolli
  • 859
  • 7
  • 23
3
votes
3 answers

Kendo Scheduler DatePicker events

How can I set event for Kendo Scheduler Start and End date DatePicker control? I want to put some logic when Start or End date changes from DatePicker control but I don't know how to do. I tried to bind event like below but it is not working for…
Dhwani
  • 7,484
  • 17
  • 78
  • 139
3
votes
0 answers

Disable 'all day slot' from Kendo Scheduler

I am currently working on a project that contains the Kendo Scheduler. I'm having trouble to completely disable the all day slot from my scheduler. Default it shows my 'all day' events like this When I use the following piece of code to disable my…
Tom Aalbers
  • 4,574
  • 5
  • 29
  • 51
3
votes
1 answer

Kendo UI Scheduler disable multiple time-span/range of a single day

I have a scheduler which will be used by creators and consumers. Creators will define a specific time range (create an event) in where the consumers can interact. In the other time ranges of that day, consumers can not interact and will be disabled.…
Foyzul Karim
  • 4,252
  • 5
  • 47
  • 70
3
votes
1 answer

Issue using Kendo Scheduler

I have been using Kendo controls for a while and their inclusion on HTML/Razor webpages is fairly simple: Here are some working…
chiapa
  • 4,362
  • 11
  • 66
  • 106
3
votes
1 answer

Kendo Scheduler Dynamic DataSource with Angular

I have a Kendo Scheduler on my page.
My angular controller will make a call to the server to get data, it looks like this, but I do not know what my URL parameter will…
Mule
  • 748
  • 1
  • 9
  • 24
3
votes
0 answers

Kendo UI Scheduler Datasource

I am trying to implement Kendo UI scheduler. But I can't seem to get the datasource to work. My JS is: var diary = { open: function() { dialog('diary', function() { $('#diaryDialog').css('width', '1450px'); …
imperium2335
  • 23,402
  • 38
  • 111
  • 190
3
votes
2 answers

SignalR and Kendo Ui Scheduler

I'm working in an implementation using SignalR and the Kendo Scheduler. When a new task is created (for exemple), the SchedulerDataSource transport send the connection hub id to the server as an additional parameter: transport: { read: { url:…
Eduardo
  • 283
  • 2
  • 9
3
votes
1 answer

How to customize rows or columns color in Kendo.Scheduler?

Is there a way to customize kendo.Scheduler rows and columns color? If there is, let me know how! UPDATE 1> This is the answer> view.table.find("td[role='gridcell']").each(function () { if ($(this) != null) { var element =…
Joan Gerard
  • 135
  • 6
  • 17
1
2
3
24 25