Multi-Column ComboBox Controls for Winforms

32,650

Solution 1

Controls from other answers and those which I found myself
DevExpress - GridLookUpEdit
enter image description here


DevExpress - LookUpEdit
enter image description here
Infragistics - WinCombo


Syncfusion - Multi-column-combo-box
enter image description here
CodeProject - Auto Complete Multi Column ComboBox
enter image description here
CodeProject - Customizable ComboBox Drop-Down this one is good
enter image description here
CodeProject - Multi Column ComboBox
enter image description here
CodeProject - Flat-MultiColumn Combobox with Autocomplete
enter image description here
CodeProject - Multicolumn Combobox with Additional Format Conditions
enter image description here
CodeProject - Searchable MultiColumn ComboBox with Linked TextBox
enter image description here
Binary Mission - Advanced ComboBox .NET
enter image description here

Solution 2

The basic technique is same: to show multi-column structure (grid or listview etc. in drop down). Here is nice example on CodeProject which can get you started into it.

Solution 3

Another one (not free though) is from a company called "Binarymission" - www.binarymission.co.uk

Solution 4

It's not free, but http://www.infragistics.com makes a bunch of controls, one of which is a multi-column combo box.

Solution 5

We use Devexpress controls. But they are not free.

Share:
32,650

Related videos on Youtube

SMUsamaShah
Author by

SMUsamaShah

Working at Jagex.

Updated on August 17, 2020

Comments

  • SMUsamaShah
    SMUsamaShah over 3 years

    Please recommend some Multi-Column ComboBox control for Winforms application in .net. Better if they are free.

    I found Syncfusion - Multi-column-combo-box it can show datagrid which is bound to datasource but it is not free.

    EDIT: There is an awesome control used in inFlow Inventroy, please also tell if you know something like this

    inFlow Inventory multi-column combox

  • SMUsamaShah
    SMUsamaShah over 12 years
    Wow it is awesome, though not free :)
  • SOUser
    SOUser over 12 years
    I know, but i got it for $99. They seem to be running an offer now. The entire kit of controls for $99 ;)

Related