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
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 ?
We'll continue providing assistance through this thread (20749), since that was the thread you'd started first.
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).
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?
I have run your sample (Website9.ZIP).
Please note that your test proj only has 2 levels of menu-ing.
Your test does NOT replicate my situation in that you only have 2 levels of menu-ing: "Top Item" and "Sub Menu Item".
To test my situation YOU MUST HAVE A 3rd LEVEL OF MENU-ING (i.e. a "fly-out").
can you create a .ZIP of your test with 3 levels of menu-ing ?
can i give you the project as an attached file ?