Overview

19 Apr 20171 minute to read

Essential JavaScript ProgressBar control is a graphical control element http://en.wikipedia.org/wiki/Graphical_control_element used to visualize the changing status of an extended operation. It is available in JavaScript product. ProgressBar provides an interactive way to display the progression of the task. You can configure the item size, orientation and the display text on the ProgressBar control.

Key Features

Some important features of ProgressBar are as follows:

  • Value support — you can set a numeric value for the ProgressBar status.
  • Percentage support — you can set a percentage value for the control.
  • CustomTextProgressBar control allows you to set the text value that is to be displayed inside the control.
  • StateMaintenance — the progress value is maintained even after the page is refreshed to resume the current progress of the operation.
  • Range – to set the minimum and maximum values of the ProgressBar control
  • ThemeProgressBar control consists of 12 built-in themes (6 – metro and 6 – gradient effects), and also supports custom skins to set user-defined themes.