Hi all
I used to have a tree structure format where everything was related to the root in a specific direction.
An example:
E.g. Having a company and see its shareholders and shareholder of shareholders etc.
Now I want to add further elements above the root, to show from which elements it is derived.
E.g. See in which other companies, my company is shareholder of
I tried setting TreeLayoutType as MindmapVertical, but it is not what I expected.
As I presume I cannot point the position (up/below root) the elements will be drawn.
It just semi-randomly selects which will be drawn where from the whole list of child elements.
Another idea I had was to read the whole list of child elements and make the furthest one the root.
Then I will go down rows till I reach the actual root.
Then traverse the tree downwards like I would do previously.
I haven't tried it, but I would suppose eventually the alignment of the tree would be totally wrong.
In general, has anyone ideas on how I can achieve the wanted functionality using Telerik?