I am creating a drag and drop dashboard page and I need some assistance with the drag and drop from RadTreeView to Grid. My goal is to drag an item from the tree which is text base, and have it render a user control at the point of drop on the Grid.
I have been looking for an example of this with no luck and was hoping this is possible. If it is possible do you have an example project that demonstrates this?
<Grid Name="cDashboardGrid" Background="White">
</Grid>