I've been using radMenu and radWindow on the same screen.
inspired form :http://www.telerik.com/support/kb/aspnet-ajax/window/show-radwindow-above-radmenu.aspx
actually I'm using an event mouse-out to hide the menu when I do not want:
but I observed that it works even when I leave the tool-bar and go to the drop down menu, so there any way out where I can actually distinguish if the mouse is on the menu or anywhere else ?
inspired form :http://www.telerik.com/support/kb/aspnet-ajax/window/show-radwindow-above-radmenu.aspx
actually I'm using an event mouse-out to hide the menu when I do not want:
</script> <script type="text/javascript" id="telerikClientEvents2">//<![CDATA[ function RadMenu1_MouseOut(sender, args) { document.getElementById(sender.get_id()).style.zIndex = -1; }//]]> </script>but I observed that it works even when I leave the tool-bar and go to the drop down menu, so there any way out where I can actually distinguish if the mouse is on the menu or anywhere else ?