Bug report
In the TaskBoard, if you move an item within the same column, the moveEnd triggers twice with incorrect action parameters: "remove" and "receive".
Reproduction of the problem
- Open this example - https://dojo.telerik.com/OZimATEV/3
- Drag an item from the first column to another location in the same column.
- Open the browser console.
Current behavior
The moveEnd event triggers twice with e.action "remove" and "receive"
Expected/desired behavior
The moveEnd event should trigger once with e.action "sort"
Environment
- Kendo UI version: 2024.1.130
- Browser: [all]