@@ -55,7 +55,7 @@ <h4 class="sample-title">Sample One</h4>
5555 < ng-template igxRowCollapsedIndicator >
5656 < igx-icon role ="button "> add</ igx-icon >
5757 </ ng-template >
58- < igx-row-island [rowDraggable] ="true " [height] ='"400px" ' [showExpandAll] ='true ' [key] ="'childData.Records ' "
58+ < igx-row-island [rowDraggable] ="true " [height] ='"400px" ' [showExpandAll] ='true ' [key] ="'childData' "
5959 [autoGenerate] ="false " [allowFiltering] ='true ' [rowSelection] ='selectionMode ' [rowEditable] ="true "
6060 [expandChildren] ="firstLevelExpanded " #layout1 [allowFiltering] ="true " filterMode ="excelStyleFilter ">
6161 < igx-grid-excel-style-filtering [minHeight] ="'200px' " [maxHeight] ="'360px' ">
@@ -81,14 +81,14 @@ <h4 class="sample-title">Sample One</h4>
8181 Moving child {{data.ProductName}}!
8282 </ div >
8383 </ ng-template >
84- < igx-row-island [key] ="'childData.Records ' " [autoGenerate] ="false " [rowSelection] ='selectionMode ' [batchEditing] ="true " [rowEditable] ="true "
84+ < igx-row-island [key] ="'childData' " [autoGenerate] ="false " [rowSelection] ='selectionMode ' [batchEditing] ="true " [rowEditable] ="true "
8585 [allowFiltering] ="true ">
8686 < igx-column field ="ID " [hasSummary] ='true '> </ igx-column >
8787 < igx-column-group header ="Information3 ">
8888 < igx-column [resizable] ="true " field ="ChildLevels "> </ igx-column >
8989 < igx-column field ="ProductName "> </ igx-column >
9090 </ igx-column-group >
91- < igx-row-island [key] ="'childData.Records ' " [autoGenerate] ="false " [rowSelection] ='selectionMode ' [batchEditing] ="true " [rowEditable] ="true ">
91+ < igx-row-island [key] ="'childData' " [autoGenerate] ="false " [rowSelection] ='selectionMode ' [batchEditing] ="true " [rowEditable] ="true ">
9292 < igx-column field ="ID " [hasSummary] ='true '> </ igx-column >
9393 < igx-column-group header ="Information4 ">
9494 < igx-column field ="ChildLevels "> </ igx-column >
@@ -126,7 +126,7 @@ <h4 class="sample-title">Sample two</h4>
126126 < button igxButton ="raised " (click) ='toggleRootLevel() '> Toggle root level</ button >
127127 < button igxButton ="raised " (click) ='toggleFirstIsland() '> Toggle level 1</ button >
128128 </ div >
129- <!-- < igx-hierarchical-grid [showExpandAll]='true' [primaryKey]="'ID'" [data]="localData" [autoGenerate]="true" [height]="'600px'"
129+ < igx-hierarchical-grid [showExpandAll] ='true ' [primaryKey] ="'ID' " [data] ="localData " [autoGenerate] ="true " [height] ="'600px' "
130130 [width] ="'800px' " [rowEditable] ="true " #hGrid2 >
131131 < igx-row-island [key] ="'childData' " [autoGenerate] ="true " [rowSelection] ='selectionMode ' [batchEditing] ="true " [rowEditable] ="true "
132132 [allowFiltering] ="true ">
@@ -179,5 +179,5 @@ <h4 class="sample-title">Sample 4</h4>
179179 < igx-column field ="ID " header ='ID ' [hasSummary] ='true ' [dataType] ="'number' "> </ igx-column >
180180 < igx-column *ngFor ="let c of childColumns " [field] ="c "> </ igx-column >
181181 </ igx-row-island >
182- </igx-hierarchical-grid> -->
183- </ div >
182+ </ igx-hierarchical-grid >
183+ </ div >
0 commit comments