To deselect all rows and cells in a DataGridView, use ClearSelection method.
For Example:
dgvpayment.ClearSelection();
🔥77 ViewsTo deselect all rows and cells in a DataGridView, use ClearSelection method.
For Example:
dgvpayment.ClearSelection();
🔥77 Views