Is it possible to have tooltip displayed for the dhtmlxCombo in IE??
If so what should i do to set the tooltip??
By default combo has not any tooltip related functionality , but you can set native HTML tooltip in next way
combo.DOMelem_input.title=“any custom text here”;