摘要: 关于GridControl的使用 1.绑定数据源 this.gridControl.DataSource = GetGroupMail(); 2.将Gridcontrol里面的gridview 列重新排列 this.gridview1.PopulateColumns(); ... 阅读全文
posted @ 2009-01-04 20:45 Popla 阅读(464) 评论(0) 推荐(0)