为什么Gridview不执行RowUpdating 和 RowCancelingEdit事件?

一般需要绑定数据

if (!IsPostBack)
{
     GridView1.DataBind();
}