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

e.preventDefault() doesn't prevent the scheduler from performing read() with server filtering enabled

2 Answers 53 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Devin
Top achievements
Rank 1
Devin asked on 14 Jul 2016, 09:31 PM
I have a scheduler using a remote datasource with serverFiltering set to true. On the edit event, I call e.preventDefault() to keep the scheduler from going into edit mode so that I can handle the editing on a different page. Unfortunately something is calling my datasource's read() function even though it isn't necessary. It appears that I have no way prevent the read while editing an event with serverFiltering enabled. Is there a way to prevent the read from happening?

2 Answers, 1 is accepted

Sort by
0
Vladimir Iliev
Telerik team
answered on 18 Jul 2016, 07:35 AM
Hello Devin,

I tried to reproduce this behavior on our side but to no avail - the "read" operation is not called when preventing this event. Could you please create small demo in Kendo UI Dojo which to reproduce the issue and send it back to us for further investigation?

Regards,
Vladimir Iliev
Telerik by Progress
 
Get started with Kendo UI in days. Online training courses help you quickly implement components into your apps.
 
0
Devin
Top achievements
Rank 1
answered on 18 Jul 2016, 06:25 PM
I found the issue. Thank you for looking into this.
Tags
Scheduler
Asked by
Devin
Top achievements
Rank 1
Answers by
Vladimir Iliev
Telerik team
Devin
Top achievements
Rank 1
Share this question
or