I\'m using a databound Windows Forms DataGridView. how do I go from a user selected row in the DataGridView to the DataRow of the
DataGridView
DataRow
In a DataGridViewRow is a property called DataBoundItem of type object.
DataGridViewRow
DataBoundItem
This will contain a DataRowView (for certainty you can check this)
DataRowView