This question is locked. New answers and comments are not allowed.
I have a silverlight gridview, When I press Ctrl+C on gridview row selected silverlight get crashed. This is only happening in Mozilla. In IE thing are fine.
Also, when I am setting winodwless='false' everything is working fine, this problem start when windowless is true. I need window less true as RadWindowManager does not render properly when windowless=false.
This is real urgent as my application is already live.
Please suggest ASAP.
Thanks
Ranjan
Also, when I am setting winodwless='false' everything is working fine, this problem start when windowless is true. I need window less true as RadWindowManager does not render properly when windowless=false.
<object data="data:application/x-silverlight-2," type="application/x-silverlight-2" width="100%" height="90%" style="width: 100%; height: 90%"> <% string strSourceFile = @"ClientBin/DashboardSL.xap"; string param; param = "<param name=\"source\" value=\"" + strSourceFile + "?ignoreme=1.0.0.24\" />"; Response.Write(param); %> <param name="source" value="../ClientBin/DashboardSL.xap" /> <param name="onError" value="onSilverlightError" /> <param name="background" value="white" /> <param name="minRuntimeVersion" value="5.0.61118.0" /> <param name="autoUpgrade" value="true" /> <param name="windowless" value="true" /> <param name="initparams" id="initParams" runat="server" value=""/> <param name="autoUpgrade" value="true" /> style="text-decoration:none"> alt="Get Microsoft Silverlight" style="border-style:none"/> </a> </object>This is real urgent as my application is already live.
Please suggest ASAP.
Thanks
Ranjan