Click here to Skip to main content
15,886,199 members
Please Sign up or sign in to vote.
4.00/5 (1 vote)
See more:
Hi,
using windows form in c# 4.0
I have populated a datagridview dgv with data.
BindingSource is used so that the columns of the dgv have filter options (The little dropdown) on the header of the columns...

Question:
How is it possible to be able to have multi select in the header of the columns?
At present I can only select only one item from the filter.
Is there a way to make this selection multiple?

Thanks
Posted

1 solution

See this CP Article
DataGridView Filter Popup[^]
 
Share this answer
 
Comments
arkiboys 1-Feb-12 7:53am    
Thanks for the link but I do not want a popup.
Just would like to have multiselect in the existing dropdown which is in the header columns.

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