Adding Button to Datagrid

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

Guest

Hello
I have a strong ASP.net background, and am picking up Windows Forms

In ASP.Net I can use the property builder or template columns to add buttons to a datagrid row (edit/cancel/delete/select, etc...). How can I add such buttons to a Windows Form Datagrid? Is there a good website that explains this

For example, if I wanted to add a button to each row (i.e. a column of buttons) that fires a method I write, how could I do that

Thanks
Mar
 
Back
Top