Reputation: 457
would someone please tells me how to populate a combobox with two or more columns? I have been trying to accomplish this for quite some time but with no results. I would appreciate any help. thank you
Upvotes: 0
Views: 1263
Reputation: 51
In case anyone's struggling with this still, check here.
for short answer you can use SyncFusion MultiColumnComboBox (documentation here for c# or here for VB). If you follow the first link, it will direct you to my answer on a similar question with an example on code.
Upvotes: 0
Reputation: 6079
You can use Dev Express controls, there is control called Lookupedit it will show multiple columns
Upvotes: 0
Reputation: 134
I have looked in to this myself and unfortunately there is no such thing as combo box with multicolumns. I got round it by creating my own control, but it was a lot of work for what it is, i would suggest finding a third party tool that does this.
Upvotes: 1