5 Answers, 1 is accepted
0

Princy
Top achievements
Rank 2
answered on 13 Aug 2012, 06:16 AM
Hi Jin,
With reference to this forum thread this is a limitation of RadProgressArea. There can be only one RadProgressArea on a given page and it will monitor the progress of all upload controls that are on that page. The RadProgressArea is not capable of individually monitoring given upload, it will monitor all of the uploads.
Hope this information helps.
Regards,
Princy.
With reference to this forum thread this is a limitation of RadProgressArea. There can be only one RadProgressArea on a given page and it will monitor the progress of all upload controls that are on that page. The RadProgressArea is not capable of individually monitoring given upload, it will monitor all of the uploads.
Hope this information helps.
Regards,
Princy.
0

Jin
Top achievements
Rank 1
answered on 13 Aug 2012, 07:00 AM
I have two AsyncUpload control and one button in page. The two AsyncUpload is used to upload document. The button is used to process some batch job. In my case, the three controls all need to have progress bar to indicator. As your explain, There can be only one RadProgressArea on a given page, In my case, how can I only click button to show the RadProgressArea in page?
0
Hello Jin,
The both process (uploading and batch processing) could not be monitored at the same time. My suggestion is to make them on separate steps. E.g. while a file is uploading the button which triggers the batch processing should be disable and opposite while batch process is working the upload is disabled.
Regards,
Peter Filipov
the Telerik team
The both process (uploading and batch processing) could not be monitored at the same time. My suggestion is to make them on separate steps. E.g. while a file is uploading the button which triggers the batch processing should be disable and opposite while batch process is working the upload is disabled.
Regards,
Peter Filipov
the Telerik team
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 their blog feed now.
0

Jin
Top achievements
Rank 1
answered on 15 Aug 2012, 02:48 PM
Is there any way to disable the RadProgressAea with javascript?
0
Hello Zin,
The RadProgressArea control could not be disabled. You could hide it with CSS or toggle it with jQuery.
All the best,
Peter Filipov
the Telerik team
The RadProgressArea control could not be disabled. You could hide it with CSS or toggle it with jQuery.
All the best,
Peter Filipov
the Telerik team
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 their blog feed now.