当前位置:编程学习 > C#/ASP.NET >>

datagridview绑定datatable,删除记录时不会触发onuserdeleteingrow事件。。。。。。。。。。。

datagridview绑定datatable,删除记录时不会触发onuserdeleteingrow事件。。。。。。。。。。。
======================================================
删除记录的代码如下:
this.dataGridView1.Rows.Remove(this.dataGridView1.CurrentRow);
//
执行该操作后,不会触发userdelteingrow事件,郁闷中!
补充:.NET技术 ,  C#
CopyRight © 2022 站长资源库 编程知识问答 zzzyk.com All Rights Reserved
部分文章来自网络,