prohibit drag on time, only on section id

Hi everyone,

I’m searching the way in the timeline calendar to ban the drag only on the horizon.
If I had an item in the second line, I wanna only can move it in the first or other, but I not changing the time.

My events works by half day.

If you have a solution !

Thanks
Tyller

This is a impossible request ?

Hello,

You can implement such behavior.

  1. onBeforeDrag - save section id
  2. onBeforeEventChanged - check what have been changed - date or section. Block or allow change.

Kind regards,
Ilya