T
Tina
I have a DataGridViewComboBox in a grid bound to a datasource. The column
is called Status, it can contain "accepted" or "rejected." I set this up at
design time by entering those two values in the Items collection. The
records being bound all have "accepted" in that column. When it runs the
combobox shows, as expected, "accepted". But to my surprise, I can't
dropdown the box - I would expect to be able to hit the dropdown arrow and
see "rejected" as an option.
Why isn't this working?
thanks,
T
is called Status, it can contain "accepted" or "rejected." I set this up at
design time by entering those two values in the Items collection. The
records being bound all have "accepted" in that column. When it runs the
combobox shows, as expected, "accepted". But to my surprise, I can't
dropdown the box - I would expect to be able to hit the dropdown arrow and
see "rejected" as an option.
Why isn't this working?
thanks,
T