DataGridView ComboBox Column on the fly

  • Thread starter Thread starter Terry Olsen
  • Start date Start date
T

Terry Olsen

I have a Datagridview that is bound to a DataTable. So there are no
column templates to modify at design time.

Is there a way I can convert a certain column (if it exists) to a
ComboBoxColumn at runtime after the Datagridview is bound?
 
Back
Top