Skip to content

Commit 2bae7f5

Browse files
authored
fix(hgrid): Add missing reattach to row island cdr. (#16954)
1 parent 72d426f commit 2bae7f5

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

projects/igniteui-angular/grids/hierarchical-grid/src/row-island.component.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -466,6 +466,7 @@ export class IgxRowIslandComponent extends IgxHierarchicalGridBaseDirective
466466
grid.paginatorOutlet.createEmbeddedView(this.paginatorTemplate, { $implicit: grid });
467467
});
468468
});
469+
this.cdr.reattach();
469470
}
470471

471472
/**

0 commit comments

Comments
 (0)