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://ko.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
Hello,
I am trying to reproduce the issue, unfortunately to no avail. The event UltraWebMenu_MenuItemClicked fire properly in Master page and content place holder. I use NetAdvantage8.3 with VS2008 SP1. Please find the attached sample below.
What am I missing?Thanks.
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 ?
===============================================================
BTW: my project is in VB.
can i give you the project as an attached file ?