[Bug][Scheduler] Setting editing.drag to false does not disable dragging #2893
Labels
Bug
Item which indicates that something is not working
C: Scheduler
KendoReact
pkg:Scheduler
SEV: Medium
Description
When
editing.drag
is set to false, the items are still draggable but without the preview animation.Steps To Reproduce
Actual Behavior
Dragging an item is still possible even when editing.drag is set to false
Expected Behavior
Dragging an item should be disabled when editing.drag is set to false
Workaround
You can use custom SchedulerItem to control the onDrag event and disable it: https://stackblitz.com/edit/react-rnamobqn?file=app%2Fapp.tsx
Reported in TicketID: 1679322
The text was updated successfully, but these errors were encountered: