zoulei 10 ay önce
ebeveyn
işleme
be01b4adb6
1 değiştirilmiş dosya ile 1 ekleme ve 0 silme
  1. 1 0
      XdCxRhDW.App/UserControl/CtrlHome.cs

+ 1 - 0
XdCxRhDW.App/UserControl/CtrlHome.cs

@@ -268,6 +268,7 @@ namespace XdCxRhDW.App.UserControl
         }
         private async void GridView1_FocusedRowObjectChanged(object sender, DevExpress.XtraGrid.Views.Base.FocusedRowObjectChangedEventArgs e)
         {
+            gridHomePosRes.DataSource = new List<ModelPosRes>();
             listCts.ForEach(t => t.Cancel());
             listCts.Clear();
             var cts = new CancellationTokenSource();