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

Javascript error c00ce514

5 Answers 127 Views
Grid
This is a migrated thread and some comments may be shown as answers.
RvdGrint
Top achievements
Rank 1
RvdGrint asked on 30 May 2011, 12:52 PM
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?

5 Answers, 1 is accepted

Sort by
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.
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.
0
Tsvetina
Telerik team
answered on 02 Jun 2011, 11:28 AM
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

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
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
Tags
Grid
Asked by
RvdGrint
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
RvdGrint
Top achievements
Rank 1
Tsvetina
Telerik team
Share this question
or