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!

1
Vote

The Problem that I am having can be described as under:

- After submitting a form with TreeView (which has both parent and child nodes), I am getting am getting a URL in the nav bar. Initially that browser is having cached Treeview data, so its showing the checked nodes in treeview form and loading next pages in pagination properly.

- When I share that url to a friend, the filter is only working for her on the first page. But, the form does not load checked nodes from the url, so when she tries to go on next page the filter disappears.

Approaches I tried:

- I tried add javascript to load checked nodes into the tree view from, but that's only working for parent nodes, not child nodes.


Is there a built-in solution to this, or this is a bug?