DevExpress / devextreme-vue

Vue UI and data visualization components
https://js.devexpress.com/Demos/
MIT License
268 stars 68 forks source link

DxItemDragging is not functioning when moving items between lists while using non-modular approach #367

Open srinath999 opened 4 years ago

srinath999 commented 4 years ago

I want to achieve the behaviour presented in one of devextreme demos provided by the link

https://js.devexpress.com/Demos/WidgetsGallery/Demo/List/ItemDragging/Vue/Light/

Package versions:

devexteme version:19.2.*
devextreme-vue version:19.2.*

Code Sample It is available on GitHub at: https://github.com/srinath999/devextreme-vue-issues/tree/dx-item-dragging

Steps to reproduce: Move an item left list to right list or vice-versa

Current behavior: The dragged item will be restored back to its initial position

Expected behavior: Item should be moved to the other list

let me know if you need more details.

srinath999 commented 4 years ago

on the contrary, DxSortable works for drag and drop in grid and trees.

srinath999 commented 4 years ago

link #84