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
50
Binding a check-box for Infragistics.Win.UltraWinTree.UltraTree to a data-source
posted

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 

Parents
  • 71886
    Offline posted

    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.

     

Reply Children