Hi all,
I have set the OnClientDoubleClick client side event for the RadTree.
This client side event will trigger when I double click on the RadTreeNode's text, but not on the RadTreeNode's image icon.
Is there a way I can also trigger the event when I double click on the icon?
I tried inspecting the RadTreeNode.Controls property thinking I will able to get a reference to the Image control and can inject my own client side event, but that Controls collection is empty.
Thanks
I have set the OnClientDoubleClick client side event for the RadTree.
This client side event will trigger when I double click on the RadTreeNode's text, but not on the RadTreeNode's image icon.
Is there a way I can also trigger the event when I double click on the icon?
I tried inspecting the RadTreeNode.Controls property thinking I will able to get a reference to the Image control and can inject my own client side event, but that Controls collection is empty.
Thanks