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
25
Displaying Node checkboxes with databound Tree
posted

Hi,

I'm having some trouble getting an ultra tree to display check boxes when i bind it to a collection of data objects.

In my scenario, I have a BindingList of DataObjects that i want to display in an ultraTree. I also want to allow the user to check/uncheck items for later processing.

Adding the items "manually" and setting the Override.NodeStyle property works fine, but I would like to be able to bind the nodes to my DataObject list and display aditional columns.

The problem happens when I set the datasource for the UltraTree. When i do this, the tree displays the columns according to a custom built ColumnSet just fine, but completely ignores the NodeStyle property.

Is there anyway I can achieve this, or should I be looking in another direction?