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
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.
I Face the same problem so please if u has solution for the problem post it