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

Dropzone for asyncUpload in Radgrid

2 Answers 138 Views
AsyncUpload
This is a migrated thread and some comments may be shown as answers.
Felice
Top achievements
Rank 1
Felice asked on 03 Dec 2013, 07:14 PM
Is it possible to have a drop zone for an asyncUploader inside a Radgrid in edit mode?
Any demo or sample about this?
Thanks,
Felice

2 Answers, 1 is accepted

Sort by
0
Accepted
Hristo Valyavicharski
Telerik team
answered on 06 Dec 2013, 11:35 AM
Hi Felice,

Yes, it is possible. The drop zone can be anywhere on the page. You just have to set the DropZones property. Note that it accepts jQuery selectors:
<telerik:RadAsyncUpload ID="RadAsyncUpload1" runat="server" DropZones="#dropzone1"></telerik:RadAsyncUpload>
<div id="dropzone1">Drop files here</div>

Check out the attached sample.

Regards,
Hristo Valyavicharski
Telerik
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to the blog feed now.
0
Felice
Top achievements
Rank 1
answered on 07 Dec 2013, 01:33 PM
Thank you, this solved my problem.
Felice
Tags
AsyncUpload
Asked by
Felice
Top achievements
Rank 1
Answers by
Hristo Valyavicharski
Telerik team
Felice
Top achievements
Rank 1
Share this question
or