All,
I need to implement something for which I would like the user to drag one of the items from say CLV1 (Custom List View) and drag it in another CLV say CLV2.
any tips?
thanks for any input
Not trivial.
Handle the item long click event. Remove the item from the list and add to a draggable panel. When it is above the other list you need to insert it.