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!
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!