Disable / Override Schedule Event Drag Animations

Because the sync fusion library does not support vertical multi select dragging I've gone ahead and implemented it myself.


However, the animations shown by the schedule still show what the default behavior would have been.  Is there a way to disable or override the animations when dragging multiple events?


3 Replies

RV Ravikumar Venkatesan Syncfusion Team May 6, 2022 12:56 PM UTC

Hi Thomas,


Greetings from Syncfusion support.


We have validated your requirement “Disable / Override Schedule Event Drag Animations” at our end. Since you have implemented drag implementation on your own we suggest you set false to the AllowDragAndDrop property of the Schedule.


UG(Disable drag action): https://blazor.syncfusion.com/documentation/scheduler/appointments#disable-the-drag-action

API(AllowDragAndDrop): https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.Schedule.SfSchedule-1.html#Syncfusion_Blazor_Schedule_SfSchedule_1_AllowDragAndDrop


Kindly try the above share solution and let us know if you need any further assistance.


Regards,

Ravikumar Venkatesan



TC Thomas Crosman replied to Ravikumar Venkatesan May 6, 2022 01:28 PM UTC

Hi Ravikumar,


I am still using syncfusion drag events, and I am just handling the "Dragged" event differently.  Is there no way to disable just the animations or over ride them animations?



RV Ravikumar Venkatesan Syncfusion Team May 9, 2022 02:47 PM UTC

Hi Thomas,


Thanks for the update.


We have validated your requirement “disable animations or override animations” at our end and we didn’t use any animations on the drag action. So, can you kindly share the details(like video demo or snippets) of which the Schedule behavior that you mentioned as animation? It will help us to provide a prompt solution for your requirement.


Regards,

Ravikumar Venkatesan


Loader.
Up arrow icon