-
Notifications
You must be signed in to change notification settings - Fork 156
Closed
Labels
🐛 bugAny issue that describes a bugAny issue that describes a bug✅ status: resolvedApplies to issues that have pending PRs resolving them, or PRs that have already merged.Applies to issues that have pending PRs resolving them, or PRs that have already merged.grid: row-editing
Description
Description
Having row edit text template as child in a grid causes an error. The error is probably some detection cycle for the columns.
- igniteui-angular version:
- browser:
Steps to reproduce
- Open any dev row editing sample
- As a child of the grid add a template of row edit text with any element with ngIf within.
<ng-template igxRowEditText> <div *ngIf="5>2"> Test </div> </ng-template>
Result
Observe the error thrown in the console when loading the sample.

Expected result
No error should be thrown
Metadata
Metadata
Labels
🐛 bugAny issue that describes a bugAny issue that describes a bug✅ status: resolvedApplies to issues that have pending PRs resolving them, or PRs that have already merged.Applies to issues that have pending PRs resolving them, or PRs that have already merged.grid: row-editing