7
Reply

Set datagridview column to combobox.

Andrew Fannin

Andrew Fannin

Mar 9 2011 5:15 PM
11.1k
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)