Does Radzen provide menu on top feature?

Does Radzen provide menu on top feature?

You can place a menu component in the top section of the main layout.

I will need to have menu as page-basis.
Any sample code?
I got it, let me study it

How to use this Menu layout to run per page custom method instead of Path?

    <RadzenMenu>
            <RadzenMenuItem Text="General" Icon="home">
                <RadzenMenuItem Text="Buttons" Path="buttons" Icon="account_circle"></RadzenMenuItem>
                <RadzenMenuItem Text="Menu" Path="menu" Icon="line_weight"></RadzenMenuItem>
                <RadzenMenuItem Text="FileInput" Path="fileinput" Icon="attach_file"></RadzenMenuItem>
                <RadzenMenuItem Text="Dialog" Path="dialog" Icon="perm_media"></RadzenMenuItem>
                <RadzenMenuItem Text="Notification" Path="notification" Icon="announcement"></RadzenMenuItem>
            </RadzenMenuItem>

Since the menu is placed in a layout you can't run per page custom methods.

1 Like