add a button column to a datagrid

  • Thread starter Thread starter Sam
  • Start date Start date
S

Sam

Hi,
I would like to add a column that contains a button in each row. The
problem is that the datagrid is bound to a datasource, and since the
button column is not part of my dataset, the program complains about
this.
How can I solve this problem ?

Thx
 
ok i solved this problem... just need to add a dummy column to my
dataset
 
Actually it's not quite solved. My button only appears if the cell that
contains it is selected. Kinda like the property editor in Visual
Studio. How can I make the buttons being visible all the time ?
 

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

Back
Top