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

[Solved] Menu item "onClick" event

0 Answers 30 Views
Menu
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Vincent
Top achievements
Rank 1
Vincent asked on 21 Jun 2012, 06:15 PM
Hi,

I'm new to MVC and I have a problem.
I have a webPage with a telerik menu --> 

<% Html.Telerik().Menu()
       .Name("Menu")
       .Items(item => item.Add().Text("Rechercher").ImageUrl("~/images/icons/icon_search.png").Action("StandardTimeResults","Production").Render();
%>

And I would like to call a method in one of my controller.cs.

In my "ProductionController.cs", I have a method called "Test()".
How can I acces it?

Thank you!
Tags
Menu
Asked by
Vincent
Top achievements
Rank 1
Share this question
or