if e.datacol.name="xxxx" then
if e.datarow.isnull("订单号") then
MessageBox.Show("订单号列不许为空")
e.Cancel = True
end if