Channa Leang
Top achievements
Rank 1
Channa Leang
asked on 16 Mar 2010, 04:39 PM
Hi, I've been trying to get AsyncUpload worked with RadProgress. All I got is "undefined" JavaScript error (see attached).
I've placed RadScriptManager in Master page, TemplateMain.master, and AsyncUpload, RadProgressManager, RadProgressArea in my "Default.aspx" which implements TemplateMain.master.
Any idea with this error?
Thanks
I've placed RadScriptManager in Master page, TemplateMain.master, and AsyncUpload, RadProgressManager, RadProgressArea in my "Default.aspx" which implements TemplateMain.master.
Any idea with this error?
Thanks
5 Answers, 1 is accepted
0
Channa Leang
Top achievements
Rank 1
answered on 17 Mar 2010, 01:37 PM
Can anyone help me out with this?
0
Accepted
Hello Channa Leang,
You need to place the declaration of RadProgressManager before the declaration of RadAsyncUpload. This means that if you have the following declaration:
you need to rearrange it like this:
We will fix this issue for the upcoming service pack.
Sincerely yours,
Genady Sergeev
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
You need to place the declaration of RadProgressManager before the declaration of RadAsyncUpload. This means that if you have the following declaration:
<
telerik:RadAsyncUpload
runat
=
"server"
ID
=
"Async1"
>
</
telerik:RadAsyncUpload
>
<
telerik:RadProgressArea
runat
=
"server"
ID
=
"RadProgressArea1"
>
</
telerik:RadProgressArea
>
<
telerik:RadProgressManager
runat
=
"server"
ID
=
"RadProgressManager1"
/>
you need to rearrange it like this:
<
telerik:RadProgressManager
runat
=
"server"
ID
=
"RadProgressManager1"
/>
<
telerik:RadAsyncUpload
runat
=
"server"
ID
=
"Async1"
>
</
telerik:RadAsyncUpload
>
<
telerik:RadProgressArea
runat
=
"server"
ID
=
"RadProgressArea1"
>
</
telerik:RadProgressArea
>
We will fix this issue for the upcoming service pack.
Sincerely yours,
Genady Sergeev
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
0
Channa Leang
Top achievements
Rank 1
answered on 17 Mar 2010, 03:23 PM
There you go! This solve my problem. Why it didn't say that in the documentation?
Thanks a lot anyway!
Thanks a lot anyway!
0
Hugo Augusto
Top achievements
Rank 2
Iron
Veteran
Iron
answered on 05 Dec 2010, 04:26 AM
Hello,
I have the latest version and this is still not fixed. I lost 3 hours because of this. Can't you just put this in the documentation?
I have the latest version and this is still not fixed. I lost 3 hours because of this. Can't you just put this in the documentation?
0
Hi Hugo Augusto,
Please receive our apologies for having lost time because of insufficient documentation. We will update the RadUpload troubleshooting article with the next help build.
Greetings,
Genady Sergeev
the Telerik team
Please receive our apologies for having lost time because of insufficient documentation. We will update the RadUpload troubleshooting article with the next help build.
Greetings,
Genady Sergeev
the Telerik team
Browse the vast support resources we have to jumpstart 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.