예제 #1
0
 private void initTable()
 {
     this.table = this.CreateTable();
     if (table != null && this.SupportsSorting && IsSorted)
     {
         this.table.Sort(this.GetSortComparer());
     }
 }
예제 #2
0
 public override void EndEdit()
 {
     base.EndEdit();
     this.table = null;
     this.Reload();
 }