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

Kendo UI Scheduler, Agenda View columns

in the Agenda view for the Kendo-UI scheduler, it displays "Date, Time, Event" columns. I also have an extra column that displays a different attribute of the event I am displaying. What I want to accomplish is to switch the positioning of the extra…
Alpr
  • 3
  • 2
-1
votes
2 answers

Javascript local database binding of the Kendo UI Scheduler

I'm looking for a way to connect my open source Kendo UI Scheduler to a local database using javascript. I've already started but got stuck because I can't find any helpful documentation on how to do this using javascript. $(function () { …
-1
votes
1 answer

What do i return back to the kendo ui Scheduler

Hi ive created a actionresult procedure for a create event for the kendo scheduler, everything works find in c# but having a problem when i convert it to VB. here is my code Public Function Tasks_Create( request As…
Costas Aletrari
  • 387
  • 5
  • 22
-2
votes
1 answer

Integrate kendo scheduler to angular 5 application

I know it's not the right way to do but is it possible to integrate the kendo Scheduler jQuery component into Angular 5 app? Or is there an alternative component?
Ana
  • 11
1 2 3
24
25