Hi. I am using a security role for visibility on a panel item:
<RadzenPanelMenuItem Text="Maintenance" Path="maintenance" Icon="group_work" Visible="@Security.IsInRole("Maintenance")"/>
When the page loads the sidebar appears to load correctly, then flash and "giggle" a bit then show the same thing again. Trying to pinpoint where the refresh/double render might be occuring?