예제 #1
0
 public void BindData()
 {
     this.DataGrid1.AllowCustomPaging = false;
     this.DataGrid1.TableHeaderName   = "特殊组列表";
     this.DataGrid1.Attributes.Add("borderStyle", "2");
     this.DataGrid1.BindData <UserGroup>(UserGroup.FindAll特殊组());
 }