在客户端中添加BeforeDeleteRow事件然后在BeforeDeleteRow中加入下面的JS代码function BeforeDeleteRow(){ var isDel = confirm("真要要删除此行吗?"); return !isDel;}