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
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