Hello,
Is there a way to always force a page reload when clicking on a RadzenMenuItem?
E.g.
I have a following RadzenMenuItem
<RadzenMenuItem Text="Manage Users" Path="manageusers" Icon="manage_accounts">
</RadzenMenuItem>
First time I click on it it goes to respective page ( localhost/manageusers ) . But what I want is that when I'm on that page and I click the menu item again it should refresh existing page instead of doing nothing.
Is there something I can do about it?
Thanks in advance!