I have a DataGridViewTextBox in a DataGridView. I’d like to implement AutoComplete function so that when user changes the textbox text, a suggested text list shows up.
Regular TextBox has AutoCompleteMode and AutoCompleteCustomerSource properties. Are there any ways I can do same thing within a DataGridView
Thanks

DataGridViewTextBox and AutoComplete