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
You should be able to directly cast your selected row into the strongly typed row that was bound to the DataGridView.