Hi,
Can anyone please provide some ingo on how to restrict uses from accessing certain RadzenPanelMenu groups or items.
I would like to setup a menu item group that is only visible to certain roles i.e. Administrator.
Regards
Peter
Hi,
Can anyone please provide some ingo on how to restrict uses from accessing certain RadzenPanelMenu groups or items.
I would like to setup a menu item group that is only visible to certain roles i.e. Administrator.
Regards
Peter
enchev,
Thanks for your response, I ended up wrapping the code in an Authorised view statement.
<AuthorizeView Roles="Admin">
<RadzenProfileMenuItem Path="application-users" Icon="person" Text="Users" />
<RadzenProfileMenuItem Path="application-roles" Icon="security" Text="Roles" />
</AuthorizeView>
Regards
Peter