| | |
| | | //gvMx1.Columns["quantity"].SummaryItem.DisplayFormat = "合计: {0}"; |
| | | |
| | | // 为了方便使用整合到 UtilityHelper 类中的 SetupGridSummary 方法 |
| | | // UtilityHelper.SetupGridSummary(gvMx1, "quantity", "okRkqty"); |
| | | // UtilityHelper.SetupGridSummary(gvMxL1, "quantity", "okRkqty"); |
| | | |
| | | UtilityHelper.SetupGridSummary(gvMx1, "quantity", "okRkqty"); |
| | | UtilityHelper.SetupGridSummary(gvMxL1, "quantity", "okRkqty"); |
| | | UtilityHelper.SetupGridSummary(gvMx2, "quantity", "okRkqty"); |
| | | UtilityHelper.SetupGridSummary(gvMxL2, "quantity", "okRkqty"); |
| | | UtilityHelper.SetupGridSummary(gvMx3, "quantity", "okRkqty"); |
| | | UtilityHelper.SetupGridSummary(gvMxL3, "quantity", "okRkqty"); |
| | | // 检查数据加载后再设置颜色 |
| | | this.Load += (s, e) => |
| | | { |