Hi All,
Is it possible to add multiple columns to the dropdown of an UltraComboEditor? I know that it can be done for an UltraCombo object by adding a band to its DisplayLayout.BandSerializer collection but I can't see any obvious way of doing this for an UltraComboEditor.
Thanks in advance,
Denis
WinComboEditor can only display a single column at a time, as does a ValueList. You will need to use either WinDropDown or WinCombo control instead.
The following article from our online Knowledge Base may prove helpful, if you're planning on putting your WinComboEditor (or other drop-down interface) in WinGrid:HOWTO: What is the best way to place a DropDown list in a grid cell?
Thanks Vince,
One other thing you may be able to help me with. I don't want to display the dropdown button on the WinCombo. When using a WinComboEditor I can just set the DropDownButtonDisplayStyle to ButtonDisplayStyle.Never, is there someway I can acheive this for a WinCombo?
Denis.