Dear Miroslav,
Impressive example indeed, exactly what I want to implement ...!!
First: I want to know if it is compatible with my current implementation or not, so let me describe what I have so far ..
I have implemented the self-reference solution as the examples available on telerik so I have the XAML for the hierarchal template as follows:
and the treeview as this one:
On my Server I have included the children collection in the Group metadata:
I then have my ViewModel using the QDSCV "GroupItems" to fetch the data from the server, then I tried to cast the output as follows:
where "GroupItems" is the QDSCV, I then Bind this DebitGroups to RadTreeView as shown above, it works Okay for dragging the top level items only, But I need to so the same for the other nested children, and I have the feeling that my problem is that Children is not ObservabaleCollection as it should be ...!!
So, is the solution in the same path with my approach?
Appreciate your help, I need this deadly soon
Best regards