Skip to content

Commit 4efba3b

Browse files
committed
fix(grid): properly account for custom row edit buttons, #7049
1 parent 87ad5df commit 4efba3b

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
@@ -1947,7 +1947,7 @@ export class IgxGridBaseDirective extends DisplayDensityBase implements
19471947
/**
19481948
* @hidden @internal
19491949
*/
1950-
@ContentChildren(IgxRowEditTabStopDirective)
1950+
@ContentChildren(IgxRowEditTabStopDirective, { descendants: true })
19511951
public rowEditTabsCUSTOM: QueryList<IgxRowEditTabStopDirective>;
19521952

19531953
/**

0 commit comments

Comments
 (0)