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

change operation text in progress bar during asyncupload

1 Answer 45 Views
ProgressArea
This is a migrated thread and some comments may be shown as answers.
Kunal Bagga
Top achievements
Rank 1
Kunal Bagga asked on 06 Nov 2013, 04:09 AM
Hi Team,
I am using Telerik RadProgressBar. I would like to know is there is any way to change the CurrentOperationText during the radAsyncUpload. 

I tried the following

  function updateUploadVideoProgress(source, eventArgs) {
            // alert("Hi2");
            var progressData = eventArgs.ProgressData();
            progressData.CurrentOperationText = "Step 1: Uploading files to the server.."

            //source.Localization-CurrentFileName="Data";

        }

But CurrentOperationText is not replicated in the Progress Bar. Let me know if you have any solutions for this. 

Thanks in advance for the reply

Regards, 
Mohan

1 Answer, 1 is accepted

Sort by
0
Hristo Valyavicharski
Telerik team
answered on 07 Nov 2013, 12:38 PM
Hi Mohan,

Almost everything in the RadProgressArea can be changed and customized. For additional information please look at this article

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.
Tags
ProgressArea
Asked by
Kunal Bagga
Top achievements
Rank 1
Answers by
Hristo Valyavicharski
Telerik team
Share this question
or