You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have also run into this issue. As you stated, it is reproducible from the knockout-kendo demo pages. Your fix does the trick.
The issue comes from triggering the "end" event on the connectedList. In kendo's dragEnd event handler, when the placeholderIndex < 0, an "end" is triggered on both lists, but only the original list possesses the draggedElement property. Calling _cancel from the ko-kendo end event handler when action = "receive" will not work.
reproduce this issue on page http://kendo-labs.github.io/knockout-kendo/web/Sortable.html
check tab "Sorting between lists"
The text was updated successfully, but these errors were encountered: