This is a migrated thread and some comments may be shown as answers.

Disabled context menu item hides

3 Answers 45 Views
Menu
This is a migrated thread and some comments may be shown as answers.
Rycho
Top achievements
Rank 1
Rycho asked on 21 Apr 2008, 01:53 AM
Hi,

When I click on disabled context menu item then whole menu hides which is not intuitive in my scenario. I tried to use

    function OnMenuItemClickingHandler(sender, eventArgs)
    {
            return false;
    }


but with no avail. Any idea appreciated

Rycho

3 Answers, 1 is accepted

Sort by
0
Helen
Telerik team
answered on 21 Apr 2008, 11:57 AM
Hello,

We tried to reproduce the problem with the attached page, but to no avail. You can cancel the OnMenuItemClicking event with the following code:

function OnMenuItemClickingHandler(sender, eventArgs)
    {
            eventArgs.set_cancel(true);
    }




Best wishes,
Helen
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
0
Rycho
Top achievements
Rank 1
answered on 21 Apr 2008, 12:33 PM
Hi Helen,

First of all try to use "classic" version of RadMenu control (4.4.5) and run it under IE6 or IE7. Context menu hides either while clicking upon disabled item or item which contains other elements which is not what I'm expecting.

Unfortunately your previously attached demo project is not purposed for this scenario.


Rycho
0
Helen
Telerik team
answered on 23 Apr 2008, 10:48 AM
Hi Rycho,

I saw that you selected RadMenu for ASP.NET AJAX product, therefore I answered your question about RadMenu for ASP.NET AJAX.
Indeed there is a problem with the "classic" version of RadMenu and I will forward it to our development team for further consideration.

Hope it is not a major show-stopper for you.


Greetings,
Helen
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
Menu
Asked by
Rycho
Top achievements
Rank 1
Answers by
Helen
Telerik team
Rycho
Top achievements
Rank 1
Share this question
or