Datagridview, Combo-box column: Dropdown on Autocomplete?

D

Dan

I have a Datagridview with a Combo-box column. Autocomplete is set to
true for the column.

Currently, typing a letter selects the first matching item in the
list. The requirement is to have a dropdown that shows matching
items. For example, typing 'A', a dropdown appears showing the list
items items that begin with 'A' and so on. This is standard behavior
in a combo-box control when autocomplete is set to true.

Any idea how this may be implemented in a combo-box within a
datagridview?

Thanks!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top