I have two RadPanes, in separate Prism regions, in my WPF MVVM application.
I added RadTreeViews in each RadPane. I enabled the DragDrop on each of them.
When I test the DragDrop I see the "No" icon (red circle with a slash) and I am not able to drop the item.
Is there a known inability to DragDrop RadTreeViewItems between different RadPanes?
Do the data bound .NET objects have to be the same types? The Telerik documentation is very thin on such details.
I am wondering if I have different object types in the backing lists does that matter?
Isn't each ultimately wrapped as a RadTreeViewItem?
The Telerik DragDrop example has the RadTreeViewItems created in line, in the XAML, and they only contain an image.
I need a more detailed example across RadPanes and using sorted CollectionViewSources.
The documentation does not go at all this deep.
Can someone help me?
Thanks, Joe
I added RadTreeViews in each RadPane. I enabled the DragDrop on each of them.
When I test the DragDrop I see the "No" icon (red circle with a slash) and I am not able to drop the item.
Is there a known inability to DragDrop RadTreeViewItems between different RadPanes?
Do the data bound .NET objects have to be the same types? The Telerik documentation is very thin on such details.
I am wondering if I have different object types in the backing lists does that matter?
Isn't each ultimately wrapped as a RadTreeViewItem?
The Telerik DragDrop example has the RadTreeViewItems created in line, in the XAML, and they only contain an image.
I need a more detailed example across RadPanes and using sorted CollectionViewSources.
The documentation does not go at all this deep.
Can someone help me?
Thanks, Joe