I've created a RadComboBox with a set of RadComboBoxItems that include tooltips.
I have the combobox's OnClientSelectedIndexChanged set to call a Javascript function.
Within that function I'm already able to access the selected value and text.
What I can't seem to find is a way in JavaScript to get to the RadComboBoxItem's ToolTip (Or 'title'. I've already verified that the LI objects have the correct titles.)
I have the combobox's OnClientSelectedIndexChanged set to call a Javascript function.
Within that function I'm already able to access the selected value and text.
What I can't seem to find is a way in JavaScript to get to the RadComboBoxItem's ToolTip (Or 'title'. I've already verified that the LI objects have the correct titles.)