Skip to content

Commit 8f2080d

Browse files
authored
Merge pull request #7987 from IgniteUI/vslavov/row-edit-tab-stop-master
fix(grid): properly account for custom row edit buttons - 10.1.х
2 parents 541e354 + f5f5b3b commit 8f2080d

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
@@ -2003,7 +2003,7 @@ export class IgxGridBaseDirective extends DisplayDensityBase implements
20032003
/**
20042004
* @hidden @internal
20052005
*/
2006-
@ContentChildren(IgxRowEditTabStopDirective)
2006+
@ContentChildren(IgxRowEditTabStopDirective, { descendants: true })
20072007
public rowEditTabsCUSTOM: QueryList<IgxRowEditTabStopDirective>;
20082008

20092009
/**

0 commit comments

Comments
 (0)