Skip to content

Commit 6eca2bb

Browse files
committed
fix(grid): properly account for custom row edit buttons, #7049
1 parent f7768ce commit 6eca2bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/igniteui-angular/src/lib/grids/grid-base.directive.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1945,7 +1945,7 @@ export class IgxGridBaseDirective extends DisplayDensityBase implements
19451945
/**
19461946
* @hidden @internal
19471947
*/
1948-
@ContentChildren(IgxRowEditTabStopDirective)
1948+
@ContentChildren(IgxRowEditTabStopDirective, { descendants: true })
19491949
public rowEditTabsCUSTOM: QueryList<IgxRowEditTabStopDirective>;
19501950

19511951
/**

0 commit comments

Comments
 (0)