We have upgraded to version 712 and now we do receive the 'Sys' is undefined error everytime the close method of radwindow is called. The window gets closed; and after that the error is raised.
Below is the code we use with all previous versions (v < 712) of ASP.NET Ajax:
//----------------------------------------
function GetRadWindow()
{
var oWindow = null;
if (window.radWindow) oWindow = window.radWindow;
else if (window.frameElement.radWindow) oWindow = window.frameElement.radWindow;
return oWindow;
}
var oWnd = GetRadWindow();
if (oWnd) oWnd.close();
//----------------------------------------
Please let us know what to do ASAP.
Thanks.
RadComboBoxItem selectedItem = FindItemByValue(cachedSelectedValue); if (selectedItem == null){ throw new ArgumentOutOfRangeException("value", "Selection out of range");}

I have a button skin with a prominently rounded edge (padding-right: 14px). This portion of the button does not respond to clicks. This seems to affect all skins and I have replicated it with the default skin (although it is much less noticeable as it has less padding).
I am using RAD Controls Q2 in IE8 and IE8 with the IE7 compatibility meta tag.


Unhandled Error in Silverlight Application Failed to Invoke: _onSilverlightError. at System.Windows.Browser.ScriptObject.Invoke(String name, Object[] args)
at UploadPrototype.EventManager.SilverlightError(String message, Int32 index)
at UploadPrototype.MainPage.<>c__DisplayClassb.<ProcessRequest>b__6()
I can only upload the document when I close the document in word/excel.
I'm using a blank Asp.net 4.0 web application. In the web.config I have the following because my website needs to be restricted to IE 8 (due to existing legacy code).
<httpProtocol>
<customHeaders>
<clear />
<add name="X-UA-Compatible" value="IE=8" />
</customHeaders>
</httpProtocol>
The problem only occurs when I put IE=8 and IE=9. It does not occur in IE 10 or 11 mode or in other browsers.
Is it a bug in RadSyncUpload? or a problem with silverlight in IE 8 and IE 9?
Thanks
