protected void BUDeptListGrid_StartRowEditing(object sender, DevExpress.Web.Data.ASPxStartRowEditingEventArgs e)
 {
     bindHeadList = false;
     sEntCode     = BUDeptListGrid.GetRowValues(BUDeptListGrid.FocusedRowIndex, "EntityCode").ToString();
     sBUCode      = BUDeptListGrid.GetRowValues(BUDeptListGrid.FocusedRowIndex, "BUDeptCode").ToString();
 }