Welcome to the JavaScript feedback portal. We’re happy you’re here! If you have feedback on how to improve the JavaScript, 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

When we check the Internet Order Quantity item under the Internet Sales parent, it collapses the Internet Sales parent node after the check action in the TreeView component.

Working properly in V22.2.9.

Steps to replicate: 
  1. Run the sample - https://stackblitz.com/edit/zqvlky-xbhhok?file=index.js,index.html
  2. Then expand the Internet Sales node under the Measures node. 
  3. Now perform the check action on the Internet Order Quantity node, and you can see that the Internet Sales node has been moved to the collapsed state.
Expected: The TreeView component must work as expected without any issues.