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!

2
Votes

Hi,

I have been having problems with SfMenuBar in my .Net 8 Blazor Web App app and decided to test it in a new application and found that the problems persisted so I suspect it is a bug. (I've attached a video and sample application demonstrating the behavior).

The issues I have observed are as follows:

  1. If I add an SfMenuBar to the MainLayout I don't get any interactive behavior at all
  2. If I add an identical SfMenuBar to a page component with @autorender InteractiveServer, it works as expected (but the main layout MenuBar does not work)
  3. If I add an identical SfMenuBar to a 
    page component with @autorender InteractiveAuto, the MainLayout bar continues not to work, and the page component bar throws an error 

    TypeError: Cannot read properties of null (reading 'removeChild')

Can you please review this and confirm whether this is a bug, or if I have done something wrong?