Hello,

I'm looking for an example to do that :
- I have 2, 3 or 4 dataview (each on one column)
- I have some elements in each dataview (binded from a store)
- I want to drag'n drop en element from one dataview (one column) to another dataview (another column)
- I'm able to reorder some elements in the same dataview

The best way is to use dataview with Dragzone and DropZone or directly dom element?
What else?

Thanks for your help.
Yannis.