ComboBox & Autocomplete problem
C#
1
Posts
1
Posters
0
Views
1
Watching
-
Hi, I have problem with combobox. I set AutoCompleteMode to Suggest, AutoCompleteSource to ListItems and DropDownStyle to Simple. If I type a text that opens the AutoComplete list I am not able to accept my selection via the Return key. In that case the text of the text field is deleted. The problem does not occur if DropDownStyle is set to DropDown. What can I do? Please help! Thanks