If e.Col.name = "审核" Then For Each dr As DataRow In e.Row.DataRow.GetChildRows("订单明细") If dr("审核") = False Then e.Cancel = True Exit For End If NextEnd If