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
15
Data tree node object not selectable in web page
posted

I am using a dataTreeNode objcet for a hierarchy of nodes on a web page. The entire div on the web page however is unelectable.

How can I make the entire object selectable? (.Selected = True doesn't work either)

Parents
  • 60
    Offline posted

    Hello Matthew,

    I’ve investigated your request and was able to determine that in order to achieve the desired behavior, the “SelectionType” property could be used and should be set to either “Single” or “Multiple”. The default, “SelectionType” property is set to “None”.

    Please test it on your side and let me know if you need any further information regarding this matter.

    Regards,
    Aleksandar Atanasov,

    Infragistics.

Reply Children