I have got the drag and dropping within Silverlight working well based on some of your examples.
Is it possible to drag an object from outside the Silverlight app (say from a Windows form that hosts a browser control) onto the Org Chart?
Thanks
Andrew
Hi Petar
Many thanks for the reply.
It's on my (long) list of thinks to look at and I will get back to you when I have had a chance to experiment.
Regards
Hello Andrew,
I am just checking the progress of this issue and was wondering if you managed to achieve your goal or if you need any further assistance on the matter.
If the above suggestion helped you solve your issue please verify the thread as answered so other users may take better advantage of it.
I have been looking into your requirement, however the Infragistics DragDropFramework is meant to work only if the DragSource and DropTrgets are predefined and this excludes outer application items. Nevertheless the in Silverlight 4 there has been an file system interaction feature added as described here: http://msdn.microsoft.com/en-us/library/dd772166%28v=vs.95%29.aspx , http://msdn.microsoft.com/en-us/library/system.windows.uielement.drop(v=vs.95).aspx , which you can try and use instead.
Please let me know if I can be of any further assistance on this matter.