7
Answers

Set datagridview column to combobox.

Andrew Fannin

Andrew Fannin

13y
11.1k
1
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)