Skip to main content
1-Visitor
December 24, 2017
Question

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

  • December 24, 2017
  • 2 replies
  • 2002 views

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

2 replies

1-Visitor
December 26, 2017

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

1-Visitor
January 3, 2018

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