RadzenPanelMenuItem MouseEnter not triggered

I am trying to trigger some action (display a tooltip in this case) whenever the user hovers the mouse over an RadzenPanelMenuItem. Unfortunately, the MouseEnter event handler doesn't seem to be called. Is this an issue with the component or am I missing some step?

<RadzenPanelMenuItem Icon="search" Path="search" MouseEnter="@(args => Console.WriteLine("Arrrrr! Enterrr!"))" />

1 Like