//gridControl1.DataSource = BList;
            //BindingSource bs = new BindingSource();
            //bs.DataSource = BList;
            //gridControl1.DataSource = bs;

            //bs.ResetBindings(false);

            //ltorder.Add(ORDER);
            //ltorderDetail.Add(ORDERDETAILS);
            //gridControl1.DataSource =  MDataTable.CreateFrom(ltorder).ToDataTable();

 

相关文章:

  • 2022-12-23
  • 2021-09-27
  • 2021-11-03
  • 2022-01-11
  • 2021-07-04
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-10-04
  • 2021-10-13
  • 2022-12-23
  • 2021-10-15
  • 2022-02-02
  • 2022-12-23
相关资源
相似解决方案