Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
15
ultratree, list of dataset
posted

Hi,

I need to bind the ultratree with a list of datasets containing parent and child tables related with a DataRelation in the dataset. But in doing so, only the last dataset is drawn as a tree and the rests are just gone.

Secondly, I tried iterating on datasets in the list and binding them to individual nodes in the tree, which is working fine, but the problem with this approach is that the node requires a string to display as header necessarilly, which is not needed in my case. I want my ultratree to have rootnodes as the parent tables themselves with one expand indicator, expanding into the child node. But instead, I am getting three levels:-

- Node0

      -parent table1

             - child table1 

- Node1

      -parent table2

             - child table2

whereas I wani it in the structure:-

-parent table1

             - child table1

-parent table2

             - child table2

Please assist.