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
600
A simple tree with columns
posted

Dear all,

perhaps I am being stupid but it seems rather difficult to display a simple UltraTree with some columns set to checkboxes. As an aside I find the Infragistics documentation very poor on all sorts of things, to the point I now no longer use it and try google instead.

But back to my main point, as a first step I tried getting an UltraTree with columns. I've tried all the advice of different dispaly styles, etc. with no luck. I've attached a simple project showing my point. I've created a form with an UltraTree which has 3 columns at design time, one should be a string with the other two booleans (for the check boxes). This is then populated with nodes but I can not get the columns to appear. 

There is no binding to a datasource as I intend to extend this once I have the basics working, and for instance the parent nodes will have check boxes which set all the child nodes, but really in the datasource only the child nodes exist (so, as I understand it, binding wouldn't work).

I do not want grids within nodes, like the examples show, besides for me personally thinking it looks ugly and information overload, I do not require it as all the nodes will have the same columns so I only need one set of headers at the very top.

Where am I going wrong?

Regards,

UltraTreeWithCheckBoxColumns.zip
Parents Reply Children