I have a MAUI app, and I've been using some of the Radzen controls without issue. The PanelMenu unfortunately has one.
When I run the MAUI app as a web app, everything is fine. I can click on every menu item and every child. As a (Windows) app, the submenu does not expand and the sub-items are not displayed.
Could you please help me. Thanks!
Web App
(Windows) App
Sub-menu is collapsed and can't be expanded.
Short update
It looks like that on a MAUI (Windows) app the CSS styles are nor or not applied correctly as shown in the screenshots
Web
Before clicked
After clicked
The event sets all CSS condinal styles accordingly.
App (Windows)
After clicked
Also all other CSS styles are not applied on the (click) event.