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

Context menu on top of tooltip

1 Answer 60 Views
Menu
This is a migrated thread and some comments may be shown as answers.
brian26
Top achievements
Rank 1
brian26 asked on 14 Jul 2008, 07:13 PM
Anyone know how  to make a Context menu show on top of a tooltip. Basicly I need to show a sticky tooltip which contains a multiline textbox. Then I would like to right click and show the context menu and choose copy. I can't seem to set the context on top of sticky tooltip. Thanks.

1 Answer, 1 is accepted

Sort by
0
Yana
Telerik team
answered on 15 Jul 2008, 02:01 PM
Hi brian26,

I suggest you use the css style below  to set the z-index of RadMenu to big number:

 <style type="text/css">  
    .RadMenu {  
      z-index: 10000 !important;  
    }  
 </style> 

You can check out the attached file for a reference.


Kind regards,
Yana
the Telerik team

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