Click here to Skip to main content
15,878,748 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have a listview in which comboboxs are provided with search option.
Here there is a country combobox on the listview header, by its selection change the state combobox on the listview want to get filtered. Same want to happen in state combobox selection change, city want to get filtered.
I cant access the combobox by its name because it is inside the listview, it is accessed by its object.
Here filtering is occurring successfully but the filtered combobox doesn't shows its popup. By pressing the Down arrow keys we can see the filtered data. but its popup cant see. Any solutions??
Posted
Comments
Erik Rude 12-Jun-14 4:35am    
I think if you show code that demonstrates the behaviour - you will get more luck in answers.
At the moment the best people can do is to say look at Data\Control templates or something along those lines. (basically using your question to search the site or google). Share your code that demonstrates the problem.

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