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

RadAsyncUpload "rowElement is null" error

1 Answer 49 Views
Upload (Obsolete)
This is a migrated thread and some comments may be shown as answers.
Malcolm Cooper
Top achievements
Rank 1
Malcolm Cooper asked on 05 May 2010, 06:30 PM
I have a RadAsyncUpload control on a page that is giving me a javascript error (rowElement is null or not an object) when uploading a file.  The file name appears on the page, but the ClientFileUploaded event does not fire.  On this page I have drop downs that perform an auto postback to populate other drop downs before submission.  If I perform the file upload before the postback, it works, if afterwards, I get the javascript error.  I was able to debug enough to the determine that the ClientFileUploading event is firing and the temporary file is being created on the server.  What's even stranger still is that if I "remove" the errored file and re-upload it, I do not get a javascript error.  Only the first upload attempt after a postback gives me an error.  Does this make sense? Any help would be greatly appreciated.

Thanks,
Malcolm

1 Answer, 1 is accepted

Sort by
0
Genady Sergeev
Telerik team
answered on 06 May 2010, 02:20 PM
Hi Malcolm Cooper,

Such error will appear if RadAsyncUpload is inside a container that is updated using AJAX. Fortunately we have fixed this issue for the latest service pack. Please upgrade.

Best wishes,
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.
Tags
Upload (Obsolete)
Asked by
Malcolm Cooper
Top achievements
Rank 1
Answers by
Genady Sergeev
Telerik team
Share this question
or