Datagrid rows

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?
 

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