Would please offer an example in vb.net of how to capture the selected item for mvc menu in an existing controller. I've seen the examples for client side capture but not sure how to get this to my server side/controller. Thanks
3 Answers, 1 is accepted
0
Dimo
Telerik team
answered on 06 Jun 2012, 08:06 AM
Hi NK,
The Menu has no built-in mechanism to submit data to the server, so you need to do this manually. Add a form with a hidden field to the page and populate the field in the OnSelect event with any information that you will need.
Kind regards,
Dimo
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the Telerik Extensions for ASP.MET MVC, subscribe to their blog feed now.
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the Telerik Extensions for ASP.MET MVC, subscribe to their blog feed now.