7
Answers

Set datagridview column to combobox.

I am working on a C# application that opens a table in a datagridview when a specific string is passed.  I am trying to set certain columns' styles as comboboxes (Ex, datagridview.Columns[3] = ComboBox).  I can not figure out the code to do this.

Answers (7)