Hi. I have read the many threads about adding and removing tool tip text from a ComboBox Item. I was wondering about changing the text of the tool tip for the actual Combo Box Client side. Thanks very much for all of your help.
Hi. I found the answer to my own problem. I read online that the ToolTip text is stored in the rendered "Input" element's Title. So I simply access the Combobox's client method 'combo.get_inputDomElement()' and change the 'title' property to the text that I want. Thanks again for all of your help.