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
0
votes
1 answer

Kendo UI Scheduler ASP.NET MVC implementation

I'm trying to implement the Scheduler from Kendo UI web into my ASP.NET MVC4 application, i've followed this tutorial: http://docs.telerik.com/kendo-ui/getting-started/using-kendo-with/aspnet-mvc/asp-net-mvc-4 but I have some troubles like: I had…
Sesamzaad
  • 354
  • 5
  • 25
0
votes
1 answer

kendo scheduler not respecting client timezone when sending to controller on azure

I am having an interesting problem with my deployment of a kendo-ui scheduler to Windows Azure. When I create a new event it correctly calls the Create action on my controller. The difference comes in the Start and End times when I deploy to an…
Jeff Lehmer
  • 199
  • 3
  • 15
0
votes
1 answer

Kendo Scheduler: Prevent editing for completed event

How to prevent editing an event that was already completed in kendo scheduler. Here are the two scenarios: Lets say the event started on Jan 5th 2014 and it was continued(daily) 10 days i.e. till Jan 15th 2014. So it should not be edited…
Praveen
  • 59
  • 3
  • 13
0
votes
1 answer

KendoUI Scheduler

I am trying to implement the scheduler control to show live calculation of material usage on daily bases (in a week by week view). I am unable to have the Usage data displayed in the cells although I managed to have to Materials displayed on the…
t_plusplus
  • 3,619
  • 4
  • 38
  • 53
0
votes
1 answer

Using Kendo Web UI Schedular Using SignalR & MVC

Hi we are currently working on kendo UI Scheduler and wanting to make the scheduler real time using SignalR. What we are trying to achieve is if 2 customers are viewing the scheduler at the same time and client 1 makes a booking the 2nd client will…
0
votes
2 answers

How can I customize the color of the time headers in a Kendo UI Scheduler?

Shown here is a good demo for kendo jquery scheduler http://demos.telerik.com/kendo-ui/web/scheduler/index.html My questions is : is it possible to modify the colors of the date header cells (i.e. cell on the left of each row that contains the…
Abdelwahed
  • 1,604
  • 3
  • 19
  • 29
0
votes
1 answer

Kendo Scheduler hide weekends from agenda and month view

If I have a task that takes more then a week (ex: Monday 20 jan - Monday 27 jan) then in the Kendo Scheduler, in month-view or in agenda-view, the task will appear in the weekend too (Saturday 25 Jan and Sunday 26 Jan). Q: How can I hide the…
Misi
  • 718
  • 5
  • 17
  • 45
0
votes
1 answer

kendoui scheduler insert duplicate records

I have a problem when create record with pop up editor. I receive on my action php two records in the model, model[0] is wrong (perhaps the first row of getdata) model[1] is ok there are no problems in the action, but is called with two record in…
gisernia
  • 31
  • 1
  • 3
0
votes
1 answer

Kendo UI Mobile - switch tabs after viewing scheduler

Fellas, I am struggling with the Kendo UI scheduler. After I switch to the tab, I cannot normally go back without it changing the style
Chris Palmer Breuer
  • 620
  • 1
  • 6
  • 20
0
votes
0 answers

Kendo Scheduler - unable to bind data

I am unable to use AddObject(Entity) for adding new entity while working on kendo scheduler using helper. It showing error - Does not contain a definition for 'AddObject' and no extension method for 'AddObject' accepting a first argument (missing…
0
votes
0 answers

Could not able to get details of event after saving in kendo UI scheduler

I have a following code for kendoUI scheduler, in which I am not able to get the event details after save button clicked: When I put alert only it fires the event but cannot get event details. Can you please help me whats wrong on the code.
Purunep
  • 51
  • 6
0
votes
1 answer

How do I set which days are work days on the Kendo UI Scheduler?

I can't seem to get the Kendo UI Scheduler to stop treating Saturdays and Sundays as non-work days? I'd like to stop showing the gray for Saturdays and Sundays. How do I set which days are work days?
csells
  • 1,808
  • 1
  • 15
  • 17
0
votes
1 answer

Kendo Scheduler displays all data when filter boxes are cleared

Don't really know how to describe this question, but here goes. If you go to the Kendo Scheduler Demo page:- http://demos.kendoui.com/web/scheduler/index.html The checkboxes at the top filter the data, however if you clear the checkboxes the…
capgpilk
  • 85
  • 1
  • 8
0
votes
1 answer

Kendo Scheduler not showing data

I'm probably just missing something but I'm trying to populate kendo scheduler with a a provided data object. My data object is loaded first, then I load and initialize the kendo scheduler. Note, that everything works on the scheduler except loading…
Dr.Knowitall
  • 8,594
  • 18
  • 72
  • 123
0
votes
2 answers

Set callback function for kendo widget events

There is no documentation that I can see for adding call backs after kendo ui widget code has fired. I have the following kendo ui widget declaration. $("#scheduler").kendoScheduler({ date: new Date("2013/6/13"), // Change this to current…
Dr.Knowitall
  • 8,594
  • 18
  • 72
  • 123
1 2 3
23
24