Esempio n. 1
0
 private void gGrid1_AfterEdit(object sender, C1.Win.C1FlexGrid.RowColEventArgs e)
 {
     if (e.Col == 10)
     {
         dropLocation.DefaultCondition = CK.K["WRHSCODE"].Eq(dropWarehouse.Value);
         dropLocation.Clear();
     }
 }