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

Any Limitation is there in Contextmenu in SL3?

1 Answer 30 Views
Menu
This is a migrated thread and some comments may be shown as answers.
Chittaranjan
Top achievements
Rank 1
Chittaranjan asked on 27 Jan 2010, 03:44 PM
Hi,

1.  I have created a design like Visual Studio IDE with Docking control.
2. I am trying to attach context menu to one of RadDocumentPane with programmatic way .
3. Then it is not appearing in  SLcontent area.

Is there any limitation to Context menu?

Please help me out from this problem.

Thanks in advance

Regards,
Chittaranjan

1 Answer, 1 is accepted

Sort by
0
Valeri Hristov
Telerik team
answered on 28 Jan 2010, 01:17 PM
Hello Chittaranjan,

In Silverlight 3 there is no built in support for right click. We added such support, but it requires the application to be in windowless mode. I guess this is the problem. Other option would be to use EventName and ModifierKey properties on RadContextMenu to change the default event (right click) which opens the menu - for example EventName="MouseLeftButtonUp" and ModifierKey="Control" would make the context menu to open on Ctrl + MouseClick.

Sincerely yours,
Valeri Hristov
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Tags
Menu
Asked by
Chittaranjan
Top achievements
Rank 1
Answers by
Valeri Hristov
Telerik team
Share this question
or