Skip to content

Commit e964d83

Browse files
authored
Merge pull request #7989 from IgniteUI/vslavov/row-edit-tab-stop-10.0.x
fix(grid): properly account for custom row edit buttons - 10.0.x
2 parents 75abf84 + d379816 commit e964d83

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)