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.