I have a problem which only seems to occur when using the Telerik RAD tree views , instead of the standard WPF treeview control
On a basic level, I have an application that loops through an OLAP cube and returns data to the interface treeview. The treeview then displays the data in a format like below
+ Measure
Measure1
Measure2
Measure 3
Measure 4 etc
I want to be able to drag each individual node (e.g Measure 2 or Measure 3) into another treeview. However when dragging the measures, it drags the whole root (Measure) preventing me from separating the nodes.
Any idea how it could be made possible to drag individual nodes instead of the whole root??
The relevant XAML and XAML.cs is shown below
XAML
XAML.cs