0
Answer

How to prevent combobox auto selecting

hi,
 How to prevent combobox from auto selecting item when autocomplete is set?
Apart form this solution --->  this.combobox1.SelectedIndex = -1 after data binding
Thanks