Answer posted by Dan Letecky [DayPilot] 2 years ago.
Yes, you can disable event moving using the eventMoveHandling property:
{
eventMoveHandling: "Disabled",
// ...
}
Comment posted by Noman 2 years ago.
Perfect. it works like a charm.
Another question: I have a long description for the eevent that I want to show inside the event UI, which seems impossible in the current event box, what do I want when double click on the event box opens up a popup and there it will show the description of this event? Any idea how I can implement this?
This question is more than 1 month old and has been closed. Please create a new question if you have anything to add.