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
720
How to highlight multiple child node in XAMData Tree.
posted

Hi,

We are using XAMData tree for showing parent and child node data. We want to show multiple parent and multiple child node should be highlighted.

For that we have bind IsSelected property for children set it true, but not showing multiple highlighted node.

Apart from that also we are using NodeLine visibility, but in some children, child node are not showing.

Please suggest for that.

Thanks

Parents
  • 17475
    Offline posted

    Hello Pri and thank you for posting!

    Would you please let me know how do you try to select the child nodes? Are you binding the SelectedDataItems property pf the grid? If that is the case please note that the collection the property is bound to should be of type object.
    Can you share a sample project so I can have a look at the scenario because I am not sure what is causing the missing child nodes on your side? Thank you in advance.

Reply Children