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!

0
Votes

Hello,


I found a bug with the TreeGrid where the height of the TreeGrid component is not updated correctly when set to 100%, especially if the rowHeight and PageSettings are changed shortly beforehand.

I have a small StackBlitz project that demonstrates the issue, although it doesn't reproduce consistently. To observe the issue, you need to reload the page so that the TreeGrid is rendered at the smaller height and then click the change height button. Possibly you need to do this multiple times to see the bug.


Before:


image_8.png


After:
image_9.png