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

Open Event add window after selecting Multiple Cells on Scheduler

1 Answer 48 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Coolasia
Top achievements
Rank 1
Coolasia asked on 28 Apr 2015, 09:19 AM

Hi Telerik Team,

 I have a requirement in the scheduler like when I mousedown and select few cells in the scheduler and on mouseup the add event window should open with the start and end shown from the selected cells.

I tried the below code by seeing in the forumns

 

scheduler.wrapper.on("mouseup", ".k-scheduler-table td, .k-event", function (e) {

//code to open 

});

but this is working only once but when I re select the cells the mouseup is working and the default behaviour is also removed.

 

Thanks,

1 Answer, 1 is accepted

Sort by
0
Vladimir Iliev
Telerik team
answered on 30 Apr 2015, 08:49 AM
Hello,

Please note that the described behavior requires custom solution which is out of scope of our support service - the developer is entirely responsible for implementing and supporting such solutions. 

Regards,
Vladimir Iliev
Telerik
 
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
 
Tags
Scheduler
Asked by
Coolasia
Top achievements
Rank 1
Answers by
Vladimir Iliev
Telerik team
Share this question
or