I'm trying to save the current occurrence of the recurring event. But it cannot be saved, and I see the following error message in the console:
kendo.all.js:82119 Uncaught TypeError: Cannot read property 'isRecurrenceHead' of undefined
Could you please help me resolving it?
Kind Regards,
1 Answer, 1 is accepted
0
Georgi Krustev
Telerik team
answered on 27 Apr 2016, 07:49 AM
Hello David,
Judging by the error message, I assume that the event that is supposed to be saved/updated is undefined. Basically, the widget requires SchedulerEvent instance, as only it has isRecurrenceHead method: