Hi,
I need to add a tooltip to my WebDropDown to see items that are too long to fit the control. Here is the code that I use:
Hello Carlos,
I just wanted to let you know that I experienced this and have been working around to figure it out for you. I will uodate the case shortly with a suggested approach that will differ from yours.
Hello,
I've already solved the issue.
I just replaced this line:
wdd.get_element().setAttribute("title", string);
with this line:
$(#divDdlObjective td input).attr("title", string);
divDdlObjective is the div where my webdropdown is located.
I'd like to see your approach anyway.
Thanks!