Hello,
I’m using a FullCalendar to display events. When dragging and dropping and event there seems to be a bug where a relative event will also be dropped and then revert back to its original position. Is anyone else experiencing the same issue?
Hi Bernando, welcome to the community
that’s a weird issue you are having.
I’m going to activate our tech team and I’ll let you know if they come up with an answer.
For next time I recommend opening a support chat for this sort of issue:
Let’s hope we can solve this!
Thank you @Agustin_Carozo.
Any feedback so far?
I’m still struggling with this bug. I’ve recreated the calendar a couple times but seems like any “adjacent” event will always behave this way.
It’s not a bug. You need to use unique groupId values for each event (or remove groupId entirely) if you don’t want events to move together: Calendar | Documentation
Hello @DanielL ,
I can confirm that after removing the groupId it works as expected! My bad for not reading the documentation properly! Thank you both for the help