Datagridview column

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?
 
N

Nicholas Paldino [.NET/C# MVP]

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top