what event is called when delete datagridview row

  • Thread starter Thread starter jjobcorp
  • Start date Start date
J

jjobcorp

Guest
I have a dynamically built DataGridView. When I click on the row header and press my delete key, it deletes the row from the DataGridView. I want to be able to delete the row from the corresponding database, as well. How do I capture the pressing of the delete key when the whole row is highlighted?

Continue reading...
 
Back
Top