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

Hi,

I have had problems with the SfTreeView having unpredictable behavior (Refer attached video).  The grids won't expand / collapse. When I use  the NodeSelected event to try and navigate to a different page, the args.NodeData from the event relates to a different node to the one that was pressed.

Through a lot of trial and error, I found that by removing the following 2 lines from my _Layout.cshtml file fixed the problem.  (I obviously had a number of other elements for my Bold Reports config, but I was able to isolate the error to removing these two lines.

link href="https://cdn.boldreports.com/4.1.86/content/material/bold.reports.all.min.css" rel="stylesheet" />

script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.0/jquery.min.js">


I have a proof of concept app, but can't seem to upload it on this post.  I'll try and upload it as a comment.