Hello, I've been using 2011 Q2 09.20 hotfix version of radcontrols for silverlight. I'd like to upgrade but have been unable to do so because of issues with drag/drop with all versions released since.
I have a radtreeview that I want to allow dropping items from different sources onto specific tree items. As I mentioned this works fine in 2011 Q2 09.20 but not in later versions. The problem with the later versions appears to be that the DropQuery event is fired for the treeview, but not for the specific treeviewitems. Below is my code:
XAML:
Code behind:
Thanks
Doug