DevApp/Gs.DevApp/DevFrm/Warehouse/Frm_MesDbck.cs
@@ -287,6 +287,7 @@ list = new List<dynamic>(), }; gvMx1.CloseEditor(); gvMx1.PostEditor(); gvMx1.UpdateCurrentRow(); if (gvMx1.DataRowCount <= 0) { @@ -567,6 +568,7 @@ gvMx1.SetFocusedRowCellValue("itemId", SelectedDataRow["id"].ToString()); gvMx1.SetFocusedRowCellValue("itemUnit", SelectedDataRow["dwName"].ToString()); gvMx1.CloseEditor(); gvMx1.PostEditor(); gvMx1.UpdateCurrentRow(); }