This is a migrated thread and some comments may be shown as answers.

RadComboBox ToolTip

1 Answer 80 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
Isaac
Top achievements
Rank 1
Isaac asked on 30 Mar 2009, 02:49 PM
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.

Isaac.

1 Answer, 1 is accepted

Sort by
0
Isaac
Top achievements
Rank 1
answered on 30 Mar 2009, 05:59 PM
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.

Isaac.
Tags
ComboBox
Asked by
Isaac
Top achievements
Rank 1
Answers by
Isaac
Top achievements
Rank 1
Share this question
or