在datagrid里面生成指定的DataView ,进行过滤.把符合条件的数据显示出来   DataTable dt_3=(DataTable)gridControl3.DataSource;
在datagrid里面生成指定的DataView ,进行过滤.把符合条件的数据显示出来            dt_3.DefaultView.RowFilter
="F5='"+str_Guid+"'";
这样以来 gridControl3 里面显示的数据 始终是符合 "F5='"+str_Guid+"'" 的方式
按照这个方式进行过滤

相关文章:

  • 2022-12-23
  • 2021-10-06
  • 2022-02-02
  • 2021-06-06
  • 2021-09-03
  • 2022-12-23
猜你喜欢
  • 2021-11-03
  • 2022-12-23
  • 2021-07-12
  • 2021-05-06
  • 2022-12-23
相关资源
相似解决方案