Hi:
In my usercontrol, I have a Xamgrid inside a XamdialogWindow, with several rows. Out of this dialogwindow, there are 3 XamDataTrees where I would drop data rows from this Xamgrid.
I've read all your posts about drag and drop, (using dragsource, with his events) but I don't get it working. I get the row dragging correctly, I can see the row dragging, but when I drag or drop it over the XamTrees, no event is firing, and the icon remains equal (the circle with the X)
I'm using the events Dragstart, Drop, etc... from drag source, but drop event is never fired.
I'm using Silverlight V12.1
Thanks and regards
Xabi
That did the trick! thank you very much