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

Opera and RowContextMenu

2 Answers 33 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Ludovic Gerbault
Top achievements
Rank 1
Ludovic Gerbault asked on 26 Sep 2009, 11:08 AM
Hello,

While I was testing my application on several browser, I found out that the custom context menu I'm attaching to each row of my grid is being replace by the default browser context menu on Opera 10.

Do you plan to fix this bug for the Q3, or do you know a way of doing it myself ?

2 Answers, 1 is accepted

Sort by
0
Rosi
Telerik team
answered on 29 Sep 2009, 07:32 AM
Hi Subileau,
 
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,
Rosi
the Telerik team
0
Rosi
Telerik team
answered on 29 Sep 2009, 07:43 AM
Hello Subileau Pascal,

This is a  follow-up to notice you that we tested the context menu under Opera 10. We will do our best to fix this problem for Q3 2009 release. 
 
We are sorry for any inconvenience that this causes to you.
Your telerik points have been updated.
 
Thank you again for your involvement.
 
Regards,
Rosi
the Telerik team
Tags
GridView
Asked by
Ludovic Gerbault
Top achievements
Rank 1
Answers by
Rosi
Telerik team
Share this question
or