摘要:1、手动隐藏列:2、自动隐藏列: 1 /// PivotGrid绑定数据事件 2 /// 3 /// PivotGrid绑定数据事件 4 /// 5 /// 6 /// 7 protected void pivotGridMain_DataBound(object sender, EventArgs e) 8 { 9 fieldBusiness.Visible = false; //业务组10 fieldCustomerName.Visible = false; //客户 11 ...
阅读全文