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
555
ultratree with nodes having to columns
posted

We would like to display nodes with to separated values (name, description) in a ultratree,

where for example the second value is readonly or can be modified independently from the first and vice versa:

root

|

-- name description

    |

    -- name1 description1

    -- name2 description2

Our basic idea was to create nodes having to columns where the name value are put in col0 and description value are put in col1
We tried different variants using 


_tree.ColumnSettings.ColumnSets

but the tree not yet displays anthing.

Do you have a simple code snippet that shows how to fill the having to values per node

without binding a hole dataset to the tree, but adds the nodes recursively node by node

Thanks

Kagel