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 the update. Currently is not possible to access and modify the tooltip on the client side. If you want to change them based on user input you will have to store/send the input to the server and then modify the tooltip there.
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
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?