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!

  • Check out the features or bugs others have reported and vote on your favorites. Feedback will be prioritized based on popularity.
  • If you have feedback that’s not listed yet, submit your own.

Thanks for joining our community and helping improve Syncfusion products!

1
Vote

When we scroll down the Tree Grid add new record with addRecord method and specific index, the new record will get added. Since the Grid refreshes, first record will be in current view port (as in initial rendering).  But we need to show the newly added record in current view port.

Replication Procedure:

Sample: 

https://stackblitz.com/edit/angular-editcell-virtual-tiwgrh?file=app.component.ts

In the above  sample, scroll down and add child with button click.

Child get added but Tree Grid get refreshed thus showing 1st record in view instead of newly added record