when I add some repeating daily events, all is ok. But when i try do delete one of them (in green on the attachment), i can't and i have this message bellow.
Error in /turbo_modules/@progress/kendo-ui@2019.1.227/js/kendo.scheduler.js (3603:40)
If you have other questions or you observe other issue please don't hesitate to open a support ticket and contact us.
Regards,
Plamen
Progress Telerik
Do you want to have your say when we set our development plans?
Do you want to know when a feature you care about is added or when a bug fixed?
Explore the
Telerik Feedback Portal
and vote to affect the priority of the items
Kévin
Posted on:04 Mar 2019 09:38
Thanks for your help and your availabality.
I will try to make my own backend thanks to your example.
Do you want to have your say when we set our development plans?
Do you want to know when a feature you care about is added or when a bug fixed?
Explore the
Telerik Feedback Portal
and vote to affect the priority of the items
Kévin
Posted on:02 Mar 2019 18:34
Hi,
thanks for your message. It's ok now if i use this option with transport and schema:
dataSource:newkendo.data.SchedulerDataSource
But I need to have my own URLs for create, update, read, delete (CRUD).
Yes indeed - this behavior is expected when you initialize the Scheduler without "dataSource.schema" definition. Please note that adding "dataSource.schema.model" option with all fields described is required for correct operation of the Scheduler when editing events is enabled or you need to render recurring events. I am attaching a sample stackblotz with an example where the recurrence events are working correctly - https://stackblitz.com/edit/v3zayn-pxs3pn?file=index.html.
If you need further help regarding your case please let me know.
Regards,
Plamen
Progress Telerik
Do you want to have your say when we set our development plans?
Do you want to know when a feature you care about is added or when a bug fixed?
Explore the
Telerik Feedback Portal
and vote to affect the priority of the items
On the stackblitz example, I have choosen week instead of work week.
I have double clicked on a case in order to add a new event. I have choosen repeat -> daily, repeat every -> 1 day, end -> after 2 occurences and SAVE.
2 events have been created.
Next, when I try to delete the first one for example, I click on "Delete current occurence" and I have this error message
Error in /turbo_modules/@progress/kendo-ui@2019.1.227/js/kendo.scheduler.js (3603:40)
Effectively, I have the same problem on my local VUE CLI project too.
Thanks.
Regards,
Kévin
ADMIN
Plamen
Posted on:28 Feb 2019 06:10
Hello,
I have tested the scenario on our online demo but could not replicate the issue. Would you please share the configuration of the scheduler or provide a runnable dojo of the issue so we could inspect it locally and be more helpful with a possible solution.
Regards,
Plamen
Progress Telerik
Do you want to have your say when we set our development plans?
Do you want to know when a feature you care about is added or when a bug fixed?
Explore the
Telerik Feedback Portal
and vote to affect the priority of the items