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
4155
How to disable the checkbox on individualy items?
posted

How can i bind the IsEnabled property of the checkbox in a XamDataTree to a property for each node?

Parents
  • 35319
    Verified Answer
    posted

    Hello Travis,

     

    Thank you for contacting Infragistics. I have been looking into your question and I understand that you would like to make only the CheckBox of a particular node disabled. In order to achieve the desired behavior I got the default style for the XamDataTreeNodeControl and bind the ‘IsEnabled’ property of the CheckBox to a property of my underlying data.

     

    I am attaching a sample application(DataTreeNodeLayoutsBinding.zip) that shows my approach.

     

    Let me know, if you need any further assistance on this matter.

    DataTreeNodeLayoutsBinding.zip
Reply Children