We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date
close icon

After update popup menu in sidebar no longer showing

We updated Syncfusion to the latest version

we are uisng a Sidebar component with an SfMenu component. the popup menus are no longer showing after the update.

i noticed that before the update the context menu html was built as a sigbling to the menu container and now they are inside a div with class main-menu that is the size of the sidebar which seems to constrain the popup menu

any idea what we can do to make this work again?


thanks


Mike


2 Replies

MS Michael Salzlechner November 21, 2022 03:10 PM UTC

found the issue


newer SF requires different initialization. 


services.AddSyncfusionBlazor(options => { options.IgnoreScriptIsolation = false; });




SS Shereen Shajahan Syncfusion Team December 9, 2022 06:39 AM UTC

Hi Michael,

We are glad to know that the reported problem has been resolved at your end. Please let us know if you have any further queries on this. We are happy to help.

Regards,

Shereen


Loader.
Live Chat Icon For mobile
Up arrow icon