Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / WinForms > Menu, Application Menu, Context Menu > Looking for delayed hide of menu

Not answered Looking for delayed hide of menu

Feed from this thread
  • Eric avatar

    Posted on Jul 27, 2011 (permalink)

    I'm new to Telerik controls so I'm hopeful there maybe a solution to my problem but searching the documentation and forums I have yet to see it.

    Problem
    A typical usability problem with menus I frequently see is a menu or sub-menu (grouping of menu items beneath another menu) that instantly disappears if the user mouses over the wrong pixel while trying to mouse over to the menu item.  This can be frustrating causing the user to have to retrace their steps to once again reveal the menu and this time carefully tip-toe the mouse back through the narrow parameters allowed them so as not to trip the code just waiting to remove their destination.

    Solution
    This is a fairly simple problem technically which requires the library author to allow from some time delay before hiding the menu.  The logic would go something like (pseudo code):

    OnMouseOverNonMenu
    Start Timer

    OnMouseOverMenu
         Stop Timer

    OnTimerElapsed
          Hide menu
     

    Summary
    So far, I have not seen this solution being build into the Telerik menu though it seems like a perfect place for this solution.  Did I miss it? Is there a way to do this without me rolling my own menu control?

    thanks,
    Eric

    Reply

  • Jack Jack admin's avatar

    Posted on Aug 1, 2011 (permalink)

    Hello Eric,

    Currently, it is not possible for this aspect of RadMenu to be customized. However, we internally use timers just as you have suggested and I added this as a feature request. We will consider exposing an API in one of our upcoming releases. I updated your Telerik points for this suggestion.

    Should you have any further questions, do not hesitate to ask.
     
    Greetings,
    Jack
    the Telerik team

    Register for the Q2 2011 What's New Webinar Week. Mark your calendar for the week starting July 18th and book your seat for a walk through of all the exciting stuff we will ship with the new release!

    Reply

Back to Top

Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / WinForms > Menu, Application Menu, Context Menu > Looking for delayed hide of menu
Related resources for "Looking for delayed hide of menu"

[ Features | Demos | Documentation | Knowledge Base | Telerik TV | Code Library | Step-by-step Tutorial | Blogs | Self-Paced Trainer ]