Is it possible to add groups in the dropdownlist of the UltraCombo ?
f.e. :
<other>
Fruit
> Apple
> Banana
Meat
>T-bone
Done :-D
Hi,
Sure, it would be a nice feature. Feel free to Submit a feature request to Infragistics. :)
Hey,
We can look into this, but wouldn't it be a nice new future feature for the UltraCombo ?
I already found a custom control that has this functionality and it only add an extra property 'GroupValue' to the control. So you have to set the Value-member, the Display-member AND the Group-member. Unfortunately this custom control is based on the default .net-combobox so it has a different layout. I'd rather have a new control based on the Infragistics UltraCombo, as all of our custom controls :-)
No, UltraCombo does not support grouping.
You could create your own combo, though, using a grid or a ListView as the dropdown portion.
UltraComboEditor - Can I Use a Custom Control for the DropDown? - Infragistics Community