Skip to content

Commit 40142df

Browse files
authored
Merge branch '10.1.x' into mdragnev/fix-7951
2 parents a6e4e37 + 8f2080d commit 40142df

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)