Embedded ComboBox in a DataGrid control

  • Thread starter Thread starter David K.
  • Start date Start date
D

David K.

Hi all,

In a Windows Forms project, I would like to replace one of the columns in a
datagrid - with a ComboBox.
Any help will be very much appreciated.

Thanks,
David
 
David,

In order to do this, you will have to derive a class from
DataGridColumnStyle, and then set the column to use that style. There are
probably a number of third party implementations of this (probably for free
as well, try codeproject.com) which you can use.

Hope this helps.
 
Back
Top