// ** ctor
 public FlexGridTraditionalIndexing()
 {
     // create custom row and column collections to provide
     // a 'Fixed' property and the traditional FlexGrid indexing methods
     _rows = new RowCollectionTraditionalIndexing(this);
     _cols = new ColumnCollectionTraditionalIndexing(this);
 }
 // ** ctor
 public FlexGridTraditionalIndexing()
 {
     // create custom row and column collections to provide
     // a 'Fixed' property and the traditional FlexGrid indexing methods
     _rows = new RowCollectionTraditionalIndexing(this);
     _cols = new ColumnCollectionTraditionalIndexing(this);
 }