Andrew Fannin

Andrew Fannin

  • NA
  • 17
  • 20k

Set datagridview column to combobox.

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