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!

2
Votes

Hello,

I am trying to programmatically set the expanded nodes in the TreeView component by passing the array of ids. It works, however when I call the expandAll method again with the same array, it collapses all the elements instead. The expandedNodes property works the same way.

This may not be the desired behavior. Is there any way to make it work like a normal setter?

Thank you