In Outsystem reactive application, we have defined dynamic menus using common sub menu widgets.
We have requirement that if menu having sub menu clicked it should redirect to another screen. It is working fine if menus don't have sub menu. But onclick event not capturing if have submenus.
Anyone faced and resolved such issue?
Issue is resolved now. Issue was with version of Outsystem UI. 2.13.0 have some limitation than 2.15.0
Thank you!
what do you mean with the Onclick action is not capturing?Do you mean that the onclick action is not activated when clicking or that you can't select a Destination in the Onclick Event Handler ?
If you can't select a destination directly in the handler, you can work around it by creating a client action that redirects to the page you want instead of defining a destination directly in the handler.
Hello S P
Just link the menu and submenu items separately.
Its working for me.
Regards
Anees
Hi S P,
Can you share oml so I can check and modify it if have any problem
Best
Arun