数据错误处理DataError,不停的弹出对话框,怎么解决?谢谢
private void gcMultiRow1_DataError(object sender, DataErrorEventArgs e)
{
e.Cancel = true;
MessageBox.Show("数据输入错误.", "信息提示", MessageBoxButtons.OK, MessageBoxIcon.Information);
} |
本帖子中包含更多资源
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
|