I want to bind the object list (object contain the two properties called Name and ID) and when i select Menu Item I want to get post request which is contain the selected object Name and ID. Is there anyway to do this with MVC menu control?
Thanks,
Erandika.
1 Answer, 1 is accepted
0
Petur Subev
Telerik team
answered on 07 Feb 2014, 06:39 AM
Hello Erandika,
When you bind your Menu to a .net collection. You can construct the URL and add parameters to it based on the collection that you bind to.
Here is a small example I made by modifying one of our examples.