Hello!

  Sorry, this post is a wrong one. I created a question instead, but cannot find a way to delete the wrong post.



  I have a problem using ClientUI (Silverlight).

  I have two databound listboxes in one form with items of the same structure, the only thing that differs is data values. Those listboxes are sources for draggin items. The task is to distinguish the source of dropped items. I tried to use SetData() method on DragInit event having a goal to get this data back on Drop event. But GetData() in drop event returns null. (I tried to use the approach described here http://www.intersoftpt.com/Support/ClientUI/Documentation/WalkthroughPerformDragdropUsingAPI.html#url=HowtoStoreDataObjectAtDragInitEvent.html)

  Looked through documentation, but cannot find another way of attaching custom data to the object being dragged. I hope there is a way to do this.