I have a Infragistics.Win.UltraWinTree.UltraTree with the following properties
.ViewStyle = Infragistics.Win.UltraWinTree.ViewStyle.Standard
.Override.SelectionType = Infragistics.Win.UltraWinTree.SelectType.Extended
.Override.NodeStyle = Infragistics.Win.UltraWinTree.NodeStyle.CheckBox
The tree has 3 levels. Each level is binded to a datatable which belong to a single dataset. I would like to add a column specifically for the checkbox for each of the 3 tables. Doing so would allow me to change the underlying data structure and the state of the check box would change automatically. How would I be able to achieve this? I would very much appreciate any suggestion or guidance.
Kind regards,
Farshid
Hello Farshid,
Your settings are fine and the only thing left is to make the column of type 'bool' in order to achieve the desired behavior.
Please do not hesitate to contact us if you need any additional assistance.
I am checking about the progress of this issue. Please let me know If you need any further assistance on this.