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
 

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

Back
Top