Beispiel #1
0
 public Header(CollectionBinder Grid)
 {
     this.oDataGrid = Grid;
     this.oTable    = new Table.Table(2, 1);
     this.Controls.Add(this.Table);
     this.StyleClass = "Header";
 }
Beispiel #2
0
 public Configuration(CollectionBinder Grid)
 {
     this.oDataGrid        = Grid;
     this.EnablePaging     = false;
     this.CurrentPageIndex = 0;
     this.TotalPage        = 0;
     this.Editable         = false;
     this.AllowNewRow      = true;
     this.AllowDelete      = false;
 }
Beispiel #3
0
 public Footer(CollectionBinder Grid)
 {
     this.oDataGrid  = Grid;
     this.StyleClass = "Footer";
 }