| | |
| | | List<FilterEntity> _filterList = new List<FilterEntity>(); |
| | | public Frm_SalesDeliver() |
| | | { |
| | | |
| | | InitializeComponent(); |
| | | this.toolBarMenu1.btnAddClick += ToolBarMenu1_btnAddClick; |
| | | this.toolBarMenu1.btnEdtClick += ToolBarMenu1_btnEdtClick; |
| | |
| | | MsgHelper.Warning("提示:" + ex.Message); |
| | | } |
| | | }; |
| | | |
| | | //gridView1.FocusedRowChanged += (s, e) => |
| | | //{ |
| | | |
| | | // if (gridView1.GetSelectedRows() != null) |
| | | // { |
| | | // var selectedRow = gridView1.GetSelectedRows()[0]; // 获取第一个选中行的索引 |
| | | // var checkStatus = gridView1.GetRowCellValue(selectedRow, "guid").ToString(); // 获取指定列的值 |
| | | // getModel(checkStatus); |
| | | // } |
| | | //}; |
| | | } |
| | | private void GridView1_ColumnFilterChanged(object sender, EventArgs e) |
| | | { |