G Guest Jun 21, 2007 #1 anyone have any idea how to add a combobox and a button into the same cell in a datagridview column? is it possible?
anyone have any idea how to add a combobox and a button into the same cell in a datagridview column? is it possible?
N Nicholas Paldino [.NET/C# MVP] Jun 21, 2007 #2 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.
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.