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!
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