Hello,
I'm using a GridAttachmentColumn just like the Telerik example: http://demos.telerik.com/aspnet-ajax/grid/examples/generalfeatures/gridattachmentcolumn/defaultcs.aspx
But in my case after the Response.Write in the code-behind a Javasript error c00ce514 is generated. I've searched the web and foud that this is caused by AJAX. Strange in my case because I disabled AJAX during the DownloadAttachment event of the RadGrid.
Anyone any idea or solution?
I'm using a GridAttachmentColumn just like the Telerik example: http://demos.telerik.com/aspnet-ajax/grid/examples/generalfeatures/gridattachmentcolumn/defaultcs.aspx
But in my case after the Response.Write in the code-behind a Javasript error c00ce514 is generated. I've searched the web and foud that this is caused by AJAX. Strange in my case because I disabled AJAX during the DownloadAttachment event of the RadGrid.
Anyone any idea or solution?
5 Answers, 1 is accepted
0

Princy
Top achievements
Rank 2
answered on 30 May 2011, 01:04 PM
Hello Jos,
I cannot exactly reproduce the issue you are facing. I have found the forum discussed on similar error. Check the thread for more details. Hope it might help you.
Error code c00ce514 (RadUpload) .
Thanks,
Princy.
I cannot exactly reproduce the issue you are facing. I have found the forum discussed on similar error. Check the thread for more details. Hope it might help you.
Error code c00ce514 (RadUpload) .
Thanks,
Princy.
0

RvdGrint
Top achievements
Rank 1
answered on 30 May 2011, 01:25 PM
Princy,
I already disable AJAX for the grid and I tried to disable it also for request but both have no effect. The problem still exists.
I already disable AJAX for the grid and I tried to disable it also for request but both have no effect. The problem still exists.
0
Hi Jos,
I would advise you to send a stripped down runnable sample of your code and send it via a formal support ticket. We will debug it and let you know how to fix it.
In the meantime, if you are using a RadAjaxManager to ajaxify your web site, temporarily set EnableAjax="false" inside it to confirm that ajax requests do not happen at all in the page and see if the error goes away. If so, this means that you did not manage to stop the ajax request on uploading, thus receiving the error.
All the best,
Tsvetina
the Telerik team
I would advise you to send a stripped down runnable sample of your code and send it via a formal support ticket. We will debug it and let you know how to fix it.
In the meantime, if you are using a RadAjaxManager to ajaxify your web site, temporarily set EnableAjax="false" inside it to confirm that ajax requests do not happen at all in the page and see if the error goes away. If so, this means that you did not manage to stop the ajax request on uploading, thus receiving the error.
All the best,
Tsvetina
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

RvdGrint
Top achievements
Rank 1
answered on 03 Jun 2011, 07:35 AM
Tsvetina,
At this moment I'm replacing all my UpdatePanels with RadAjaxPanels which makes the use of the RadAjaxManager unnessecary. When I'm finished replacing and the problem still exists I will post a stripped version of my code in a support ticket.
Thnx for you're respoonse.
Regards,
Jos Meerkerk
At this moment I'm replacing all my UpdatePanels with RadAjaxPanels which makes the use of the RadAjaxManager unnessecary. When I'm finished replacing and the problem still exists I will post a stripped version of my code in a support ticket.
Thnx for you're respoonse.
Regards,
Jos Meerkerk
0

RvdGrint
Top achievements
Rank 1
answered on 03 Jun 2011, 07:35 AM
Tsvetina,
At this moment I'm replacing all my UpdatePanels with RadAjaxPanels which makes the use of the RadAjaxManager unnessecary. When I'm finished replacing and the problem still exists I will post a stripped version of my code in a support ticket.
Thnx for you're response.
Regards,
Jos Meerkerk
At this moment I'm replacing all my UpdatePanels with RadAjaxPanels which makes the use of the RadAjaxManager unnessecary. When I'm finished replacing and the problem still exists I will post a stripped version of my code in a support ticket.
Thnx for you're response.
Regards,
Jos Meerkerk