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

right click

1 Answer 71 Views
Menu
This is a migrated thread and some comments may be shown as answers.
ruty
Top achievements
Rank 1
ruty asked on 14 Jun 2009, 10:49 AM

 

Hi,
I ussed ContextMenu control, I want to open it by right click.

 

 

How can I do it?
Thanks.

 

1 Answer, 1 is accepted

Sort by
0
Valeri Hristov
Telerik team
answered on 15 Jun 2009, 01:46 PM

Hi ruty,

You need to make the Silverlight plug-in windowless. There are two ways to do it, depending on what is your host page (ASPX or HTML):
1) In your ASPX, you should have:
<asp:Silverlight Windowless="true" runat="server" ...  

2) If you are using an HTML page, you should add this parameter to the Silverlight OBJECT element:
<param name="windowless" value="true" />

Regards,

Valeri Hristov
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Tags
Menu
Asked by
ruty
Top achievements
Rank 1
Answers by
Valeri Hristov
Telerik team
Share this question
or