TreeView : How to display Tooltip on DHTMLXTreeView

Is there any way to display Tooltip on DHTMLXTreeView ?

Unfortunately such feature is not supported.

You can provide a html tag with “title” attribute as the value of the tree item, in such case the common HTML tooltip will appear

Hi Team, if I add a title tag and pass a span or div as a text to the tree member then the tooltip is coming but I’m not able to click on that element.
So basically if I click on that particular span or div the select action is not working.
Any idea how to resolve this?

Thanks