Click here to Skip to main content
15,867,488 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
In Visual Studio 2012, I have a MultiColumn combo box in WinForms App. I have two columns 'Col_1' and 'Col_2'. 'Col_1' is the display member for combo box. I have set the auto complete property on list items. When I search a keyword in text property of the combo box, it only displays the value matching in 'Col_1' column, But my requirement is to search in such a way if required value does not match with 'Col_1', it should search in 'Col_2' and display the 'Col_1' Values which correspond to matching 'Col_2' Values.
Posted

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