why doesn't UltraWebMenu_MenuItemClicked fire for -sub -sub (flyout) menu selections ????
I should also add that the UltraMenuBar is on a Master Page (Inherits System.Web.UI.MasterPage) ???
but I'm definitely NOT getting a break for the -sub -sub (flyout)s IN:
Private Sub CDBG_UltraWebMenu_MenuItemClicked(ByVal sender As Object, ByVal e As Infragistics.WebUI.UltraWebNavigator.WebMenuItemEventArgs) Handles CDBG_UltraWebMenu.MenuItemClicked ContentPlaceHolder1.Visible = e.Item.Tag = "crs" ContentPlaceHolder2.Visible = e.Item.Tag = "frs" End Sub
ContentPlaceHolder1.Visible = e.Item.Tag = "crs"
ContentPlaceHolder2.Visible = e.Item.Tag =
(also I have implemented the javascript from https://es.infragistics.com/community/forums/f/ultimate-ui-for-wpf/41895/mouse-right-click-selection#41895
which works as advertised. Can you provide javascript code that accomplishes what I'm attemtping to do
in the event (CDBG_UltraWebMenu_MenuItemClicked) above ?)
Thx,
XPXJ
Infragistics35.WebUI.UltraWebNavigator.v8.3, Version=8.3.20083.1009
I believe you are also asking the same question in this forum thread. Can you confirm whether these two threads are dealing with the same issue, or can you instead confirm how the issues you're reporting in each thread differ?
Yes (as I in 20749 "see also" to 20814) they are for the most part the same . . . .
but the 20749 thread went silent so I started another once
I concluded it must have something to do with the involvement of a MasterPage.
In 20814 [Infragistics] Ivan Baev hasn't quite gone deep enough in menu-ing (3 levels)
in his test app to exhibit the problem I'm having.
If javascript is the only solution around the problem I'd love any script that will
toggle the visibility of the ContentPlaceHolder(s).
We'll continue providing assistance through this thread (20749), since that was the thread you'd started first.
It must have something to do with the involvement of a MasterPage.
In 20814 [Infragistics] Ivan Baev hasn't quite gone deep enough in menu-ing (3 levels) in his test app to exhibit the problem.
(If javascript is the only workaround any script that will toggle the visibility of the ContentPlaceHolder(s) would be greatly appreciated.)
===============================================================
BTW: my project is in VB.
can i give you my "problem" project as an attached file ?