I have a DataTable bound to a DataGridView. I have FullRowSelect enabled in the DGV. Is there a way to get the selected row as a DataRow so that I can get strongly typed a
DataRowView currentDataRowView = (DataRowView)dgv1.CurrentRow.DataBoundItem DataRow row = currentDataRowView.Row