Click here to Skip to main content
15,791,963 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am working in C# (Windows application).
I have a combo box with the following properties:

- Auto complete mode=suggest append
- Auto Complete source :List items
- Drop down style: Drop down;

I have set data source, value member, display member to this combo.

Then what is my problem is that when I type some letters it is appended, its ok.
And when I am leaving the combo after selecting it, the selected text become cleared.
Any one of you have solution for this?
Posted
Comments
Yvan Rodrigues 22-May-11 16:37pm    
Is the control's value bound to a data source? If so, is the type of the bound property compatible with the type of the list items?

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