Determining the DataViewRow that was clicked in a DataGridView

  • Thread starter Thread starter Mircea Ion
  • Start date Start date
M

Mircea Ion

Hi guys,

A DataGridView's DataSource is set to a DataView.
When I click on a cell I want to be able to obtain a reference to a
DataViewRow that was clicked.
I mean the one that coresponds to the DataGridView row which was actually
clicked.

Thank you
 
Back
Top