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
455
CheckBox for every node in UltraTree
posted

hi,

i m binding dataset to ultratree using datasource = dataset

but now i want checkboxes to ultratree at every node (parent/child)

wht a property

if i add node by node data to ultratree checkbox visible with property nodestyle

but not for dataset bind with datasource

Parents
No Data
Reply
  • 469350
    Offline posted

    Hi,

    If you bind the tree to a DataSource, then the tree's ViewStyle will default to Grid. That means your tree node will show up with columns. So the only way to add a checkbox in that case would be to add an additional (unbound) column to the tree of type Boolean. The ColumnSetGenerated event is typically a good place to do this.

Children
No Data