Home All Groups Group Topic Archive Search About

Editing a DataGridViewComboBoxColumn

Author
20 Jul 2006 3:36 PM
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.

Author
20 Jul 2006 7:38 PM
Cor Ligthert [MVP]
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

Show quoteHide quote
"Marco" <nospampleasesyxxpk@hotmail.com> schreef in bericht
news:O%23S66IBrGHA.1852@TK2MSFTNGP03.phx.gbl...
> 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.
>