I have a grid with a column set to
gridColumn.Style = Infragistics.Win.UltraWinGrid.ColumnStyle.DropDownList;
and an associated value list.
What I'd like to do is attach a tooltip to each of the added ValueListItem.
Is there a way to do this?
On easy solution would be to use an UltraDropDown or UltraCombo instead of a ValueList. The UltraDropDown is essentially like a grid, and each row as a ToolTipText property.
3,5 years later, still no simple solution for this?
Is there any particular reason that the ValueListItem does not support a Tooltip or Detail property? This seems like a common usage case...
Hi Neil,
I think you would have to use a CreationFilter for this. But I'm not sure that will work for a ValueList.
Hum, Since I've not had any responses to this question I assume no one knows how to get to these UIElements at run time.