hi i have a problem with datagridview. I have about 5 datagridviews displaying different items. Now my issue is that how will i know which datagridview the user selected and add from that datagridview only? at the moment the user can add from different datagridviews because the first row of every datagridview is selected. Is it possible to remove the highlighter row of a datagridview
I also tried using FirstDisplayedCell but doesn't work either.
can anyone help me pls?
foreach (DataGridViewRow drv in dgvSoftDrinks.SelectedRows)
{
}