I wanted to ask if there was something in Ext that could provide a similar functionality:
(this Example is taken from Jquery: you can also select multiple <div>s by drawing a rectangle) http://www.ryancoughlin.com/demos/dragselect/index.html
Anyway, I still can't get if DDView is like a DataView that needs a store.. In that case , wouldn't that be too much complex to move just a couple of divs?
I think something like "A trick which moves coloured divs on the screen"
I just need something exactly like this: http://www.ryancoughlin.com/demos/dragselect/index.html
And nothing more. I need the user to move divs inside another div, and maybe select more than one div with a rectangle and move them together. .
No payload needed.