Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
225
Collapse sub menu items in DataMenu when clicks on the web page
posted

I have set SubMenuClosingDelay to 2 seconds in WebDataMenu Control.  So the sub menu items will remain visible for 2 seconds after mouse hovering on parent menu.

When the user clicks some where else in the web page, menu items should be collapsed without considering the delay time. Currently it is not working as expected.  Following is my code snippet:

<Infragistics:webdatamenu id="SalesMenu" runat="server" groupsettings-orientation="Horizontal" SubMenuClosingDelay="2000" >
<GroupSettings Orientation="Horizontal"></GroupSettings>
</Infragistics:webdatamenu>

How should I handle that event? Basically sub menu items should be collapsed when the user clicks the web page without considering the SubMenuClosingDelay.

Parents
No Data
Reply Children
No Data