Questions Tagged drag-drop
Crosshair when Drag&Drop (2025)
Answered: Right now, the crosshair is always hidden during drag-and-drop in the Calendar. With a few changes, we should be able to adjust this—I’ve added it to the wishlist.
How to move events across half day in the scheduler without setting time manually once the even is dropped
Answered: There are two options: 1. You can set the cell duration to half a day: {
scale: "CellDuration",
cellDuration: 720,
// ...
} The time headers are independent and you can use "Day" as the gro...
Drag n drop using cypress for e2e tests
Answered: Cypress isn't particularly good at detecting the layers correctly and this error message ("trigger failed because this element is covered by another element") is often misleading. Adding {force: true...
Swap events but keep duration
Answered: The tutorial is now updated and it will keep the duration of both events after they are swapped:
var targetDuration = targetEvent.duration();
targetEvent.data.start = sourceEvent.data.start;...
Questions 1-4 of 4