PanelMenuItem behaving strangely after update to v7

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.

Here is a github issue about this: Incorrect expand arrow display in RadzenPanelMenuItem when child items are absent · Issue #2147 · radzenhq/radzen-blazor · GitHub

Should be resolved by the next release.

Thanks! What is interesting is that I'm setting ChildContent conditionaly the whole time and the error is still present, well, I'll wait for next release then.

You don't have to set it at all. I have linked a possible implementation in the issue.