cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Your Friends List is a way to easily have access to the community members that you interact with the most! X

How to get Value/Name of Selected menu/submenu ?

apodupuganti-2
4-Participant

How to get Value/Name of Selected menu/submenu ?

In my project there is a need of selected sub menu name... So how to get ?

2 REPLIES 2

Can you pls elaborate your scenario.

Assuming you are using menu in Master mashup and menu is Datadriven based:

    On selectedrowchanged event of service (which feeds the data to Menu) pass the selected Row(menu name) to service (SetGlobalSessionStringValue) and store in session variable. So you can use this anywhere you want.


Thanks

Menu is working fine. But after selection I tried to take data from selected row(s). But its not returning anything.

I can only take mashup name from the menu widget, but not from the service

Top Tags