Hello,
after updating to v7.0.2 all of RadzenPanelMenu
-> RadzenPanelMenuItem
elements now contains icon keyboard_arrow_down
on the right side of the menu item title. Up until this update only RadzenPanelMenuItem
with more RadzenPanelMenuItem
children showed this icon to indicate menu items sub-group can be expanded / packed up. Now every RadzenPanelMenuItem
shows this icon and those that contains sub-items can't be expanded / packed up, everything is always expanded. Buttons works otherwise.
I've even tried to completely comment my menu out and use as an example your menu from PanelMenu example (with just removing event loging method) and it's not correct either. Menu items with sub-menus are still always opened and are not reacting on click to pack them up. But the icons are only on those groups, on RadzenPanelMenuItem
without children there are no icons (which is good).
I have no custom CSS on main menu and I'm on .NET8 if it makes any difference. I know that your example is working, i'm just fishing for any ideas why it's behaving this way all of a sudden.