StrataFrame Forum

ComboBox

http://forum.strataframe.net/Topic4031.aspx

By Scott - 11/1/2006

Is it possible to display one value in a combobox and have the dropdown list display say three columns (one of the columns being the display value)?  I want the dropped down values to show more information then I want displayed on the form when the combobox is NOT dropped down.

Thanks

By Trent L. Taylor - 11/1/2006

You cannot do this with the standard combo boxes.  Infragistics and DevExpress both have controls that do this.  They basically have a grid in the drop down portion. 

But even if you are trying to do this manually, the standard .NET combos do not have this ability.

By Scott - 11/1/2006

Thanks for the info