Datagrid rows

  • Thread starter Thread starter ccoston
  • Start date Start date
C

ccoston

I have 2 questions

1. I want to edit the data of an individual row in the way the Web form Datagrid control has, where an "edit button" can be set up in a button column. I can't find any way to do this with a Windows Forms datagrid control

2. Is there a way to get the windows forms datagrid control to highlight the whole row that is clicked, rather than the cell

The datagrid is read-only and shows limited data of each customer, just enough to differentiate between customers. I want to be able to either double-click the row or highlight the row and click an "edit" button to bring up a new form with textboxes, etc. populated by the selected row's data to edit

Any ideas?
 
Back
Top