Hi. We have a Blazor WebAssembly application that we migrated from .Net 6 to .Net 8. It uses Radzen 4.13.5, and all components including accordion, calendar and others have worked perfectly for us.
On upgrading to Radzen v 7.1.3, the accordion etc. fail to perform properly. According to various posts, it seems we need to enable rendermode = InteractiveWebAssembly. However Microsoft docs state that rendermode does not apply to webassembly apps -- only to the new Blazor Web Apps.
"Blazor WebAssembly apps only render on the client via a client-side WebAssembly-based runtime and have no concept of a render mode."
I have tried many suggestions from this forum and the web in general, and I've been unable to solve this. Can you help clarify what we need to do to get the Radzen components working again?
Thanks much!