Posto il codice che se a qualcuno risultasse utile... mi farebbe piacere.
If e.Row.RowType = DataControlRowType.DataRow Then
For Contatore = 0 To GridA.Rows.Count - 1
If e.Row.Cells(1).Text = GridA.Rows(Contatore).Cells(1).Text Then
e.Row.Enabled = False
Exit For
End If
Next
End If
Ovviamente Contatore è un Int16