==========================================================RIGHT CLICK POPUP—————————————————————————————————<pre class=”brush: csharp”>Private Sub DataGridView1_CellMouseDown(ByVal sender As Object, ByVal e As System.Windows.Forms.DataGridViewCellMouseEventArgs) Handles DataGridView1.CellMouseDown If e.RowIndex < 0 Or e.ColumnIndex < 0 Or e.RowIndex > DataGridView1.Rows.Count Then DataGridView1.ContextMenuStrip = Nothing Exit Sub End If ..