This is a migrated thread and some comments may be shown as answers.

menu item postback

1 Answer 87 Views
Menu
This is a migrated thread and some comments may be shown as answers.
KR
Top achievements
Rank 1
Veteran
KR asked on 27 Feb 2020, 03:31 AM

Hi,

Clicking the following menu items causes postback. How do load the page but prevent postback?

 

@(Html.Kendo().Menu()
    .Name("Menu")
    .HtmlAttributes(new { style="width:100%" })
    .Items(items =>
    {
        items.Add().Text("People").Action("Index","Home");
        items.Add().Text("Organization").Action("Organization","Home");
        items.Add().Text("Committees").Action("Committee","Home");
    })
)

1 Answer, 1 is accepted

Sort by
0
Martin
Telerik team
answered on 28 Feb 2020, 02:23 PM

Hello KR,

Unfortunately the provided information is not enough for me to reproduce the reported issue. Would it be possible to provide a runnable example where the behavior can be observed? Or perhaps share steps how to reproduce it on our Online demos? I will then happily assist you.

Looking forward to your reply.

Regards,
Martin
Progress Telerik

Get quickly onboarded and successful with your Telerik UI for ASP.NET MVC with the dedicated Virtual Classroom technical training, available to all active customers.
Tags
Menu
Asked by
KR
Top achievements
Rank 1
Veteran
Answers by
Martin
Telerik team
Share this question
or