Anyone manage to get the lastest release to work..
It appears that the CDN components are not loaded, as S3 cannot find any of the telerick data?
This happens for all telerik CDN resources, the error below is for http://aspnet-skins.telerikstatic.com/ajaxz/2010.3.1215/Default/Ajax.Default.css
What gives? anyone know how to fix this as all of our applciations have stopped working!!!
It appears that the CDN components are not loaded, as S3 cannot find any of the telerick data?
This happens for all telerik CDN resources, the error below is for http://aspnet-skins.telerikstatic.com/ajaxz/2010.3.1215/Default/Ajax.Default.css
What gives? anyone know how to fix this as all of our applciations have stopped working!!!
"x-amz-request-id: 5B44F44ED4B57B14
x-amz-id-2: Z++fwv6or8d5hoso5jr0GZmHdDRFIf57sYcyesPhMR6g1i/FwxJM/nAQZhosIhhL
Content-Type: application/xml
Date: Wed, 15 Dec 2010 20:35:00 GMT
Server: AmazonS3
Age: 53
Content-Length: 301
X-Cache: Error from cloudfront
X-Amz-Cf-Id: c27d8db1333d943ccf2c36be42d14904bc31491f6f0a8e6c3521607f05b3fd863bacabf17ccdae0f,11dde9a06e97df6e385ae7edc7d758d152f5950a33898996189845d11ca39d64a7716c1eb6df030e
Via: 1.0 95d61a85e49613d1aeb8bd7a93537154.cloudfront.net:11180 (CloudFront), 1.0 abe5fd7a524d9a9012cf9ddbca030997.cloudfront.net:11180 (CloudFront)"
Connection: close
5 Answers, 1 is accepted
0
Hi Ray,
We had a problem with the compressed resources on the CDN. They should be OK now, so please re-test your applications to make sure the are also OK.
If there is still something broken, please let me know.
Regards,
Simon
the Telerik team
We had a problem with the compressed resources on the CDN. They should be OK now, so please re-test your applications to make sure the are also OK.
If there is still something broken, please let me know.
Regards,
Simon
the Telerik team
Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.
0

Ray
Top achievements
Rank 1
answered on 17 Dec 2010, 12:15 AM
The CDN seems fixed, but you have bug in the radgardscripts.js it has broken the event handlers..
I.e tries to remove handlers that were not registered with SYS.UI.DOM.Event add handler..
Which breaks all sorts of things..
Anyway the good news is that your VS upgrade/downgrade stuff actually works this release, so have downgraded to the previous release until you guys do some QA.
Let me know when an update is available.
Thanks..
I.e tries to remove handlers that were not registered with SYS.UI.DOM.Event add handler..
Which breaks all sorts of things..
Anyway the good news is that your VS upgrade/downgrade stuff actually works this release, so have downgraded to the previous release until you guys do some QA.
Let me know when an update is available.
Thanks..
0
Hi Ray,
We have isolated and fixed the issue in the RadGrid script. The fix will be available in an internal build which will be uploaded later today. As e temporary workaround you can add the following script to the body tag of your page:
Please excuse us for any inconvenience caused.
Kind regards,
Pavel
the Telerik team
We have isolated and fixed the issue in the RadGrid script. The fix will be available in an internal build which will be uploaded later today. As e temporary workaround you can add the following script to the body tag of your page:
<
telerik:RadScriptBlock
ID
=
"RadScriptBlock1"
runat
=
"server"
>
<
script
type
=
"text/javascript"
>
Telerik.Web.UI.RadWebControl.prototype._clearParentShowHandlers = function ()
{
var array = this._invisibleParents;
for (var i = 0; i <
array.length
; i++)
{
this.remove_parentShown(array[i]);
}
this._invisibleParents = [];
this._parentShowDelegate
=
null
;
}
</script>
</
telerik:RadScriptBlock
>
Please excuse us for any inconvenience caused.
Kind regards,
Pavel
the Telerik team
Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.
0

Ray
Top achievements
Rank 1
answered on 26 Dec 2010, 11:06 PM
Thank you..
But your suggestion is inpractical, we have too many pages to change..
As per below we have reverted to previous version, will upgrade on your next major release.. we do not use your intium releases..
Previously your major releases, have been quite stable, just some minor reworking to handle breaking changes ( mostly your changing default values)..
Can you please... please do QA checks before releasing a major release.
Missing CDN files should, be a basic QA test before any release..
But your suggestion is inpractical, we have too many pages to change..
As per below we have reverted to previous version, will upgrade on your next major release.. we do not use your intium releases..
Previously your major releases, have been quite stable, just some minor reworking to handle breaking changes ( mostly your changing default values)..
Can you please... please do QA checks before releasing a major release.
Missing CDN files should, be a basic QA test before any release..
0
Hi Ray,
Indeed, we will take measures to prevent such problems with the CDN in the future.
Best wishes,
Pavel
the Telerik team
Indeed, we will take measures to prevent such problems with the CDN in the future.
Best wishes,
Pavel
the Telerik team
Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.