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

Scheduler prevents drag&drop update when specifying eventHeight

2 Answers 149 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Nicolas
Top achievements
Rank 1
Nicolas asked on 25 Mar 2019, 09:25 AM

Hello,

I'm using Kendo JQuery Scheduler inside an Angular application and I have a problem with the native drag&drop when I specify a small eventHeight on the views.

On the code bellow, there is a problem when eventHeight is 20px.

01.this.kendoScheduler = kendo.jQuery(this.kendoSchedulerEl.nativeElement).kendoScheduler({
02.      date: new Date(),
03.      startTime: this.dayStartDateTime,
04.      endTime: this.dayEndDateTime,
05.      allDaySlot: false,
06.      views: [
07.        {
08.          type: 'timeline',
09.          title: translate['COMMON.CALENDAR.DAY'],
10.          eventHeight: this.eventHeight,
11.          columnWidth: this.dayColumnWidth
12.        },

Browser: Chrome

To be more specific, with eventHeight=20px, when I drag an event (see attached file) bellow the first 20 pixels of the target cell td, a tooltip appears and dropping the event doesn't trigger the datasource update event. I must drop it inside the first 20 pixels to make drag&drop work.

Do you know what could have gone wrong ?

Regards,

Nicolas

2 Answers, 1 is accepted

Sort by
0
Plamen
Telerik team
answered on 26 Mar 2019, 12:38 PM
Hello Nicolas,

I have tested a similar scenario but could not replicate the issue. Here is my test dojo and my test video. Please review them and let me know what else should I add or do in order to replicate the issue.

I will be looking forward for your reply.

Regards,
Plamen
Progress Telerik
Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.
0
Nicolas
Top achievements
Rank 1
answered on 26 Mar 2019, 01:01 PM

Hello Plamen,

You are right, the problem is on my end, I forgot that I use drag and Drop Events between Schedulers that modify Drag&Drop. This is likely to be the problem's cause.

Thank you for taking the time to answer ! I think I can solve it now.

Regards,
Nicolas

Tags
Scheduler
Asked by
Nicolas
Top achievements
Rank 1
Answers by
Plamen
Telerik team
Nicolas
Top achievements
Rank 1
Share this question
or