We are following this example:
https://docs.telerik.com/kendo-ui/controls/scheduling/scheduler/how-to/interaction/drag_and_drop_grid_scheduler
We have some issues with moving and resizing as in the attachement.
Please help.
Kind regards,
Roel Alblas
1 Answer, 1 is accepted
0
Aleksandar
Telerik team
answered on 23 Apr 2021, 06:57 AM
Hi Roel,
In the example provided in the article cited I am able to drag&drop an event from the Grid to the Scheduler and then drag the event within the scheduler and resize it. From the shared details I see you are creating the drop area within the dataBinding event handler, but not the dataBound event handler, as demonstrated in the example. Is there a reason for this? If not - can you try updating the drop area creation as in the example article? Besides this I do not see anything obvious that might be causing the shown errors. Also there are a lot of event handlers, which I suppose contain custom logic, but are not shared. Is it possible that the error is due to some custom logic?
That said, if the above suggestion does not help consider creating a runnable dojo where the issue can be observed. This will allow us to observe the issue, debug locally and provide a better suggestion.