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
310
How to Bind the UltraTree in the proper way?
posted

I am trying to bind the UltraTree using a Linq extension which return a hirarchical structure.

Unfortunately the tree is displaying the data in a bizarre way ...

The structure is 

Object
 - Name
 -IList<Object>

Where of course for each IList<Object> there can be an additional list of childs

The treeview shows me only the 4 nodes in the root and an additional column containing the full structure of the childs displayed using the toString() method of the IList<T>

How it works this control?