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)
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.
I have investigated further and found that the DataTreeNode class does not have a 'SelectionType' property, only 'Selected' property which when set to true is supposed to automatically select the node. However even when that is set to true, the node is not selected.
is this 'selectionType' an attribute of the dataTreeNode class or is it something else? Because I can't find it, how do I set it please?