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

Radajaxloadingpanel and download file

1 Answer 155 Views
Ajax
This is a migrated thread and some comments may be shown as answers.
JJ
Top achievements
Rank 1
JJ asked on 03 Aug 2011, 09:55 PM
I have radgrid uses Radajaxloadingpanel, I also have a linkedbutton which is located inside he radgrid, When the button clicks, it does Response.WriteFile to pop up the window file save dialogbox, at this time, I click cancel button or click open file button, the radajaxloadingpanel is always loading and never stops. How I solve this problem?

I tried

 

RadScriptManager1

 

 

.RegisterPostBackControl(linkBtn) on radgrid_ItemCreated, it doens't help at all.

Please help.

Thanks.

 

1 Answer, 1 is accepted

Sort by
0
Pavlina
Telerik team
answered on 04 Aug 2011, 12:50 PM
Hello,

The described problem might appear if you are displaying the loading panel over an element by calling Show method client-side and then you not hide it in OnResponseEnd. For more information about explicit show/ hide you can review the following help topic:
http://www.telerik.com/help/aspnet-ajax/ajax-show-hide-loadingpanel.html

If the issue persists you can open a formal support ticket, and send us a small working project, demonstrating your setup, and showing the unwanted behavior. We will debug it locally, and advise you further

Regards,
Pavlina
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.

Tags
Ajax
Asked by
JJ
Top achievements
Rank 1
Answers by
Pavlina
Telerik team
Share this question
or