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

Get Kendo Recurrence Editor Pattern via JQuery or Server Side

I, I have a kendoRecurrenceEditor in my page and a calendar from telerik. The kendoRecurrenceEditor is placed in a RadWindow and works fine but i can't get the pattern when i click "OK". Basically, i want the result pattern of the…
3
votes
1 answer

server filter kendoui scheduler and refresh

It's possible set a filter based on start date and end date on kendoui scheduler? My problem is that I have about 25000 records to extract and it's impossible send all this data in json. So I want filter my server request. and refresh data every…
gisernia
  • 31
  • 1
  • 3
3
votes
2 answers

KendoUI scheduler doesn't display data

I'm having a bit of difficulty with KendoUI Scheduler data(scheduler events or whatever you want to call them) display. The call is made amd the data comes in but it doesn't display it, nor does it cause any errors. I've pasted the code and…
Paradox Code
  • 148
  • 2
  • 14
3
votes
1 answer

Kendo UI Scheduler: Business hours?

Is there any way to get Kendo UI Scheduler to display business hours in specific color? There is just only one option in the documentation on kendo website: http://docs.kendoui.com/api/web/scheduler#configuration-messages.showWorkDay which sets…
Serge
  • 33
  • 1
  • 3
2
votes
1 answer

Set color per even on kendo scheduler MVC

I have a grid here which shows all the projects from the Db that have their statuses as "Open". Now I want to show a different colour for each project on the scheduler. Currently, it's showing the projects with the same colour, which can confuse…
2
votes
1 answer

How do programatically invoke navigate event for Kendo Ui Scheduler

I would like to move the placement of the toolbar controls to outside of the scheduler block. How would one go about invoking the same commands the next and previous buttons do from the toolbar but on my own custom button.
2
votes
1 answer

Kendo UI Scheduler disable remove confirm or change its content

I am using a Kendo UI Scheduler. Now, when I want to remove an item from the scheduler, a popup will show up and wants a confirmation: I do not need this confirmation, but it seems, that there is no attribute to disable it. If there is no direct…
Torben
  • 438
  • 1
  • 7
  • 22
2
votes
3 answers

How to style Kendo Scheduler's weekend

I have kendo scheduler below, is there any way to set different background style for weekends. @(Html.Kendo().Scheduler() .Name("scheduler") .Footer(false) .Editable(false) …
LP13
  • 30,567
  • 53
  • 217
  • 400
2
votes
0 answers

Kendo UI Scheduler binding large array in resource data source

Idea of my Project : I am using Kendo UI Scheduler in my project. My idea is I have large list of employees and I assign each employee working hours for day like John working hours are 10 Am to 4pm from 21 November 2017 to 21 December 2017. Issue :…
ankit sharma
  • 449
  • 1
  • 6
  • 17
2
votes
1 answer

How to correctly set a max-height on Kendo Scheduler?

I am wondering if anyone has an idea on how to achieve the following behavior with the Kendo Scheduler: I want the height of the scheduler to be the height of its contents UNTIL it reaches the height of the browser (which I already have calculated),…
Tyler Dahle
  • 817
  • 1
  • 8
  • 37
2
votes
1 answer

Kendo UI Scheduler - How do I refresh / Show-hide/ filter the list of resources

I have a Kendo UI scheduler configured as a timeline (a single list of resources vertically on the left, and hours blocks horizontally along the top). I am able to initialize the scheduler with the correct resources but after render I want to modify…
2
votes
1 answer

Making date headers in kendo scheduler selectable by clicking and dragging

I have a user interested in being able to copy and paste the date header of a kendo scheduler. In the scheduler setup, I construct the day view under the views options like this: { type: "day", …
Tyler Dahle
  • 817
  • 1
  • 8
  • 37
2
votes
1 answer

Get start and end dates of selected view in kendo scheduler to filter events in database query

I am wanting to filter events in my kendo scheduler from local database, not remote. Kendo website has examples on how to filter events by date using remote data... but not really local. My plan was only to pull in the current scheduler view's…
Tyler Dahle
  • 817
  • 1
  • 8
  • 37
2
votes
1 answer

Is there a multi-month view for kendo-ui Scheduler?

I needed to display an entire year or a multiple month view because we only have 1 or 2 events a month. Is it possible to do this in kendo-ui Scheduler? I know there is a multiple day view extension, but is there something similar for months? var…
live-love
  • 48,840
  • 22
  • 240
  • 204
2
votes
1 answer

Issue with serializing data using JSON.Net

I am using a Kendo Scheduler in my app to pull data from my database using a Web Api. I created a Web Api function and just hard coded some data in there to be sure the Kendo Scheduler could read my data. Here is my code for the Api function: …
Icemanind
  • 47,519
  • 50
  • 171
  • 296
1 2
3
24 25