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?
Loading
Vijay YadavPosted May 20, 2011, 1:50 AM
Can you paste your code here, so that we can help you out!!!
Sam HobbsPosted May 19, 2011, 11:46 PM
sumaa shabeebPosted May 19, 2011, 7:47 AM
Suthish NairPosted May 19, 2011, 7:03 AM