Skip to content

Commit 8303c91

Browse files
authored
Merge pull request #7988 from IgniteUI/vslavov/row-edit-tab-stop-9.1.x
fix(grid): properly account for custom row edit buttons - 9.1.x
2 parents f7768ce + 6eca2bb commit 8303c91

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)