Datagridview column

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

anyone have any idea how to add a combobox and a button into the same cell in
a datagridview column? is it possible?
 
Toco,

You are going to have to create your own classes derived from
DataGridViewCell and DataGridViewColumn. You will also have to have a class
that implements IDataGridViewEditingControl most likely.
 
Back
Top