This is a migrated thread and some comments may be shown as answers.

Scheduler selection and API

1 Answer 43 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Jojo
Top achievements
Rank 1
Jojo asked on 07 Apr 2015, 01:54 PM

Hello everybody,

My company is looking for an interesting framework which includes, among other things, a scheduler. I am using the trial version for now and I have some issues with making it work with a REST server for the CRUD operations. Are there any examples for such an application ?

 

I also saw that it is possible to enable selections on the scheduler. I would like to create an event as soon as the selection is over (when the mouse click stopped). Right now, the user has to press enter to confirm the creation of a new event. Are such kind of customisations possible ? Are they easy to implement ?

 

By the way, I found this url in a thread on this forum : http://demos.kendoui.com/beta/web/scheduler/events.html Maybe you should hide it ;)

 

Thanks !

1 Answer, 1 is accepted

Sort by
0
Vladimir Iliev
Telerik team
answered on 09 Apr 2015, 08:08 AM
Hello Jojo,

Please check the answers of your questions below:

1) Have some issues with making it work with a REST server for the CRUD operations. Are there any examples for such an application? - I would suggest to check the following example which demonstrates how to enable CRUD operations to WebApi Controller:
2) I would like to create an event as soon as the selection is over (when the mouse click stopped). - You can try using the "change" event of the Scheduler to detect when the user makes new selection to call the "addEvent" / "editEvent" methods.

3) By the way, I found this url in a thread on this forum... - Kendo UI Beta versions are publicly available - this way the developers can get a better overview of the upcoming features. 

Regards,
Vladimir Iliev
Telerik
 
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
 
Tags
Scheduler
Asked by
Jojo
Top achievements
Rank 1
Answers by
Vladimir Iliev
Telerik team
Share this question
or