How to get Value/Name of Selected menu/submenu ?
Dec 24, 2017
02:51 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Dec 24, 2017
02:51 AM
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 ?
Labels:
- Labels:
-
Mashup-Widget
- Tags:
- sub-menu
2 REPLIES 2
Dec 26, 2017
12:04 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Dec 26, 2017
12:04 PM
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
Jan 03, 2018
07:43 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Jan 03, 2018
07:43 AM
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
