I found a solution, but let me know if there is a better way. I was originally setting two dragsources and two droptargets from the start. Now I changed to create both dragsources on startup but I now create the droptarget in the beginDrag method. And in the endDrag I set the droptarget back to null. This seemed to work good for me.
This way once I start the drag I set the droptarget so there is only one place to drop the item. -- View this message in context: http://apache-pivot-users.399431.n3.nabble.com/TableView-Column-Format-Question-tp1190306p1360220.html Sent from the Apache Pivot - Users mailing list archive at Nabble.com.
