DataColChanging事件
If e.DataCol.Name = "B" Then If e.DataRow.IsNull("A") Then e.Cancel = True '取消编辑 Messagebox.Show("先填写A!","提示",MessageBoxButtons.OK, MessageBoxIcon.Information) End If End If