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

how to set scheduler editable config destroy attribute

2 Answers 110 Views
This is a migrated thread and some comments may be shown as answers.
Jim
Top achievements
Rank 1
Veteran
Jim asked on 22 Sep 2020, 12:11 AM

in jQuery you have the option to set the "destroy" (boolean) attribute in the editable configuration.   My understanding is this enables (or disables) the "delete event" (shows as an x to the far right on the event display title).    By default, this is enabled.    I'm implementing the Kendo UI Scheduler in Vue.

How can I change this attribute to false (disabled)?

 

https://docs.telerik.com/kendo-ui/api/jsp/scheduler/editable#configuration-attributes

2 Answers, 1 is accepted

Sort by
0
Ivan Danchev
Telerik team
answered on 23 Sep 2020, 04:44 PM

Hi Jim,

The Vue Scheduler has an editable-destroy prop, which controls this behavior: :editable-destroy="false"

Regards,
Ivan Danchev
Progress Telerik

Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.

0
Jim
Top achievements
Rank 1
Veteran
answered on 23 Sep 2020, 04:57 PM

Thank you!    Worked perfectly....

Jim

Asked by
Jim
Top achievements
Rank 1
Veteran
Answers by
Ivan Danchev
Telerik team
Jim
Top achievements
Rank 1
Veteran
Share this question
or