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

add RadAsyncUpload in RadGrid with progress bar

1 Answer 218 Views
AsyncUpload
This is a migrated thread and some comments may be shown as answers.
Manoj
Top achievements
Rank 1
Manoj asked on 17 Oct 2017, 10:34 AM
Hi, I am unable to add RadAsyncUpload in RadGrid with progress bar clicking on only submit button. I have added multiple columns in RadGrid with progress bar but while selecting video file, progress bar is apprearing but I require progress bar only on Submit button and progress bar should work on row by row. Please help me to achieve progress bar in percentage where we are converting and uploading files.

1 Answer, 1 is accepted

Sort by
0
Attila Antal
Telerik team
answered on 04 Dec 2017, 07:54 AM
Hi Manoj,

You can get more control over RadAsyncUpload and manually start/pause/resume/stop the uploadby setting the ManualUpload property of RadAsyncUpload to True, and then run the JavaScript method startUpload();
Check out the AsyncUpload - Control over Upload Process demo to see manual upload in action.

Attached you can find a basic sample that demonstrates two of the scenarios, which are, upload all items asynchronosuly and upload items row by row.

Please check out the sample to see if that works for you.

Kind Regards,
Attila Antal
Progress Telerik
Try our brand new, jQuery-free Angular components built from ground-up which deliver the business app essential building blocks - a grid component, data visualization (charts) and form elements.
Tags
AsyncUpload
Asked by
Manoj
Top achievements
Rank 1
Answers by
Attila Antal
Telerik team
Share this question
or