Hi,
I need to display ToolTip based on a Dropdown item value under the mouse cursor. What event can be used?
Regards,
Mike.
Hi Mike,
Which control are you using here? You are posting in the WinGrid forum, so it would seem like you are talking about UltraCombo. But this looks more like UltraComboEditor to me.
Mike,
It's a WinGrid.
From InitializeRow: eRow.Cells["FieldValue"].ValueList = valueList; eRow.Cells["FieldValue"].Style = ColumnStyle.DropDownList;
Than, when DropDown expanded, is it possible to display a (different) tooltip for each DropDown value?
The Grid is awesome.
Thank you for your time.
Mike