Declined
Last Updated: 04 Mar 2019 14:21 by ADMIN
Kévin
Created on: 27 Feb 2019 22:39
Category:
Type: Bug Report
0
bug on deleting repeating daily events

Hello,

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)
Cannot read property 'startTimezone' of undefined

 

Can you help me please ?

best regards,

Kévin

Attached Files:
8 comments
ADMIN
Plamen
Posted on: 04 Mar 2019 09:59
Hello,

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. 

Regards,

Kevin

ADMIN
Plamen
Posted on: 04 Mar 2019 05:36
Hello,

Our demo service is in this repository so you could find our back end for the demos there. Here is for example the tasks controller - https://github.com/telerik/kendo-ui-demos-service/blob/master/demos-and-odata-v3/KendoCRUDService/Controllers/TasksController.cs.

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: 02 Mar 2019 18:34

Hi,

thanks for your message. It's ok now if i use this option with transport and schema:

dataSource: new kendo.data.SchedulerDataSource

 

But I need to have my own URLs for create, update, read, delete (CRUD).

your CRUD methods are availables on your website ? I don't find them. I have no access to the code behind url "https://demos.telerik.com/kendo-ui/service/create" for example

Thanks for your help.

Regards,

Kevin

ADMIN
Plamen
Posted on: 01 Mar 2019 07:26
Hi,

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
Kévin
Posted on: 28 Feb 2019 15:33

Hello,

on this link, https://www.telerik.com/kendo-vue-ui/components/scheduler/, I have clicked on "OPEN IN STACKBLITZ" button.

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)
Cannot read property 'startTimezone' of undefined

 

You can check my attachments

Regards,

Kévin

Kévin
Posted on: 28 Feb 2019 07:47

Hello,

the issue is on your online demo here https://www.telerik.com/kendo-vue-ui/components/scheduler/.

I open the demo with "OPEN IN STACKBLITZ".

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