Hi,

I have a one column DataGridView that I use to display data from a database.

Is it possible add a command button to one of the cells in that column? I don't want a second column as a DataGridViewButtonColumn. I want the rows containing the database data and the command button row in the same column.

Also, if that is possible, I don't want the button's width to be the same as the column's width. Is it possible to manually set the width property?

Thanks for you help.