Hello,
How can I get (and set) de node tooltip text in JavaScript?
By the way, where is the clientside functions reference?
thank you in advance
Thank you for contacting Infragistics!
I have done some looking into this matter and currently it isn’t possible to access and modifiy the tooltip on the client side. You can go to the following link for the client side API:
http://help.infragistics.com/doc/ASPNET/2015.1/CLR4.0/?page=WebDataTree~Infragistics.Web.UI_namespace.html
I have some follow up questions concerning this matter. Why is it you want to change the tooltip on the client? What is it you are trying to achieve?
Hello,I have a directory tree, each node is a folder with a name and a larger description, the description is shown in the tooltip. So, I want the users can change it. For this a dialog is shown and I need to get the tooltip to show it to be changed.
regards