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

Check availability from a date on server-side

1 Answer 56 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Emmanuel
Top achievements
Rank 1
Emmanuel asked on 14 May 2020, 12:29 PM

Hello,

How can I check availability from a date on server-side ?

thank you .Manu

1 Answer, 1 is accepted

Sort by
0
Veselin Tsvetanov
Telerik team
answered on 18 May 2020, 06:39 AM

Hello Emmanuel,

The Kendo Scheduler does not have built-in functionality that would allow you to perform server validation and checks before saving an event. Having that said, in order to achieve the desired, you will need to implement your own logic that prevents the default execution of the Scheduler save event, sends an AJAX request to the remote endpoint, performs the required check, and if that check passes, saves the event. Here is a Knowledgebase article demonstrating such an implementation:

https://docs.telerik.com/kendo-ui/knowledge-base/scheduler-perform-server-validation-before-saving-task

Regards,
Veselin Tsvetanov
Progress Telerik

Progress is here for your business, like always. Read more about the measures we are taking to ensure business continuity and help fight the COVID-19 pandemic.
Our thoughts here at Progress are with those affected by the outbreak.
Tags
Scheduler
Asked by
Emmanuel
Top achievements
Rank 1
Answers by
Veselin Tsvetanov
Telerik team
Share this question
or