Welcome to the Angular feedback portal. We’re happy you’re here! If you have feedback on how to improve the Angular, we’d love to hear it!>
Thanks for joining our community and helping improve Syncfusion products!
Adding new record with newRowPosition Child not working properly with Infinite Scroll
Replication steps:
1. Run the below sample
https://stackblitz.com/edit/angular-o5esbi-untbja?file=app.component.ts
2. Add new record by selecting any row, New record has been added.
3. On collapsing it doesn't add as Child for selected parent row. It has been added as separate record. Also Expand/Collapse Icon not working properly.
In the attached screenshot, we have added new record as child of taskId 3 but it added as separate record.
Need to ensure this case with addRecord method also.
Sample link using addrecord method:- https://stackblitz.com/edit/angular-rbsz9o-x7mjqo?file=app.component.html