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

[Solved] Need to read .SelectedIndex on server-side

0 Answers 18 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.
Jim
Top achievements
Rank 1
Jim asked on 08 May 2012, 10:00 PM
Using Menu 2012.1.214.340 with Razor in VS2010 C#, how can I determine what the menu's currently user-chosen menu item is, on the server (NOT client)? I've tried looking at menu properites in a BindTo() anonymous method, but they seem to be pre-build, that is they're all empty and awaiting initialization.

I've been looking at item.Selected but it's false no matter what menu item is chosen by the user.

I need this so I can build a second menu bar that appears below the main menu, and this second menu needs to contain the submenu items from the main menu.

Thanks.
Tags
Menu
Asked by
Jim
Top achievements
Rank 1
Share this question
or