Hi!
I have the following data structure:
A tree of objects of the same type. The number of children is not fixed nor the depth of the branches.
I want to be able to sort one selected node's children by some property. By default in TreeListView the sorting effects the whole tree.
So the result view should contain a header for every opened node to allow the user to sort every opened node's children by an arbitrary property.
This view is similar to a GridView with hierarchical child grids in arbitrary depth.
Which control should I use and how can I do this?
(I didn't find any demo similar enough to my goal to start the work from it)
Sorry for bad English,
Thanks for the answers!
I have the following data structure:
A tree of objects of the same type. The number of children is not fixed nor the depth of the branches.
I want to be able to sort one selected node's children by some property. By default in TreeListView the sorting effects the whole tree.
So the result view should contain a header for every opened node to allow the user to sort every opened node's children by an arbitrary property.
This view is similar to a GridView with hierarchical child grids in arbitrary depth.
Which control should I use and how can I do this?
(I didn't find any demo similar enough to my goal to start the work from it)
Sorry for bad English,
Thanks for the answers!