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

Disable the pop-up event to add, edit or delete of schedule complement Kendo UI.

5 Answers 1577 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Christian
Top achievements
Rank 1
Christian asked on 10 Jun 2015, 01:07 PM

Dear , my question is this , I need to call functions that do not involve the deployment of the form to edit or create an event in the Schedule of Kendo UI, but so far all I've done is run the JavaScript function but still appears Schedule popup Kendo UI.
Is there any way to disable this pop ?.

I thank them for their help before.

 

 

5 Answers, 1 is accepted

Sort by
0
Vladimir Iliev
Telerik team
answered on 12 Jun 2015, 09:23 AM
Hello,

You can disable the build-in editing using the "editable" option of the Scheduler:

Regards,
Vladimir Iliev
Telerik
 
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
 
0
Christian
Top achievements
Rank 1
answered on 12 Jun 2015, 03:58 PM
dear, you can disable the popup but equally to handle events add, delete , etc. ?
0
Vladimir Iliev
Telerik team
answered on 16 Jun 2015, 11:39 AM
Hi Christian,

When disabling the "editable" option of the scheduler the developer should manually handle the scenarios when given record is added, removed or updated. For example you can track:
  • clicks on ".k-event" elements - in this case the operation is update (e.g.: "edit" event)
  • clicks on empty slots - in this case the operation is add (e.g.: "add" and "edit" events)
  • clicks on ". k-event-delete" - in this case the operation is delete (e.g.: "remove" event)
Regards,
Vladimir Iliev
Telerik
 
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
 
0
K.Ramadan
Top achievements
Rank 2
Veteran
answered on 28 Jul 2020, 07:38 AM

Hi Vladimir,

I know I am a bit late, but i was reading your response and I wanted to ask you, if you can show a simple snippet of how to track the Click on an empty Slot .. Thanks in advance .. 

0
Petar
Telerik team
answered on 29 Jul 2020, 04:39 PM

Hi Blackout,

To track the click on the empty slots you can use the change event of the Scheduler as it is demonstrated in this Dojo example

Open browser's console and see the output there when you click on a given slot in the Scheduler.

Regards,
Petar
Progress Telerik

Tags
Scheduler
Asked by
Christian
Top achievements
Rank 1
Answers by
Vladimir Iliev
Telerik team
Christian
Top achievements
Rank 1
K.Ramadan
Top achievements
Rank 2
Veteran
Petar
Telerik team
Share this question
or