Click here to Skip to main content
15,889,867 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi people
i have a requirement to select more than one value from a combobox dropdown
Posted
Comments
[no name] 19-Sep-12 9:28am    
Comboboxes do not support that functionality, AFAIK.
Killzone DeathMan 19-Sep-12 10:09am    
WTF? what question.... xD
BIG FAIL ahahahaha
Sergey Alexandrovich Kryukov 19-Sep-12 16:31pm    
First of all, you need to tell us exact type of ComboBox: there are different classes under this name.
--SA

It is not possible, you should choose another Control.

You can also add a button and select a value from comboBox the click on ADD_Btn and do this again for choosing another.
 
Share this answer
 
v2
Comments
Ese Ochuko 19-Sep-12 11:30am    
Please can u suggest a control for me, because am working with alot of data in a dropdown. Or can it be a custom control if so can u sugest how to design a custom control that will have these function
[no name] 19-Sep-12 11:33am    
Why do not you just use ListBox?
You can select multiple value in ListBox.
The problem is solvable, but it depends on the UI library you use. Too bad you did not specify it in your question. As combo box does not support such selection, you can use either grid view or a list view control with only one column. Such controls usually support multiple selection.

For further detail, including applicability of this approach to the UI library you use, please see the documentation in that library — we don't know what it is.

—SA
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900