Click here to Skip to main content
15,921,295 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hello,

How we can have multi-selection in ComboBox?
I mean add CheckBoxes infront of ComboBoxes' items?

thanks in advance
Posted
Comments
Sandeep Mewara 10-Aug-10 9:16am    
You talking of Winforms or WebApplication?

1 solution

Hi Najmesh,

You need to override the functionality of the combobox. I have faced same problem in the past and used 3rd party combobox.

Please refer to following link :
CheckBox ComboBox Extending the ComboBox Class and Its Items[^]

I think this link will solve your problem. I have implemented this combo box into my windows application.

I hope this will help you.

Let me know if you have any questions.

Thanks,
Kruti Shukla
MCP | MCTS
 
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