在Datacolchanging里面写代码。
If User.Group = "操作员" AndAlso e.DataRow.RowState <> DataRowState.Added Then
Msgbox("不允许编辑")
e.Cancel = True
End If