New to Telerik UI for ASP.NET AJAXStart a free 30-day trial

ProgressData

The ProgressData client-side object contains the information that RadProgressArea displays. It is required as a parameter to the update() method of RadProgressArea, and is available from the event argument object of several events.

The following table lists the properties of ProgressData:

 

NameTypeDescription
PrimaryPercentintegerThe percent of the primary process that is complete
PrimaryTotalstringThe formatted total size of the primary process (includes units)
PrimaryValuestringThe formatted current amount complete on the primary process (includes units)
SecondaryPercentintegerThe percent of the secondary process that is complete
SecondaryTotalinteger or stringThe total size of the secondary process (may include units)
SecondaryValueinteger or stringThe amount completed on the secondary process (may include units)
CurrentOperationTextstringThe name of the current operation or file
TimeElapsedstringThe amount of time that has already elapsed (includes units)
TimeEstimatedstringThe estimated time remaining until the process is complete (includes units)
TransferSpeedstringThe processing speed (includes units)
InProgressbooleanIndicates whether the progress data is reflecting an ongoing progress.
RadUploadObjectProvides access to the following information about the RadUpload control whose file is currently being uploaded. It has the following properties:
  • Bytes - the number of bytes already uploaded to the server (equal to the unformatted value of PrimaryValue)

  • CurrentFileName - the name of the current file (equal to CurrentOperationText)

  • FilesCount - the number of files already uploaded to the server (equal to SecondaryValue)

  • RequestLength - the total length of the current request in bytes (equal to the unformatted value of PrimaryTotal)|

See Also

In this article
See Also
Not finding the help you need?
Contact Support