Editing a DataGridViewComboBoxColumn

  • Thread starter Thread starter Marco
  • Start date Start date
M

Marco

Is it possible to let a user edit the values in a
DataGridViewComboBoxColumn. I would like them to be able to pick the values
from a drop down list but still be able to enter in new ones. Thanks.
 
Marco,

I would not know why not, but be aware that the combobox is a 4 times combo.

It combines a listbox and a textbox and is in that usable by items and by a
relation to a datasource.

In the last way, you have to change the underlying datasource what can be
very much work.

As it is as items than it is probably just searching if the item already
exist and if not add that to the item collection.

Cor
 

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

Back
Top