ProgressBar

ProgressBars track and display the progress of tasks.

Usage Guidelines

The Telerik and Kendo UI ProgressBar requires you to follow some basic principles when using the component.

Label

When using the ProgressBar component, it's crucial to display labels that provide users with a clear understanding of the ongoing processes.

A Telerik and Kendo UI ProgressBar with a label
Use layouts that suit the presented data to improve readability and enhance the overall user experience.
A Telerik and Kendo UI ProgressBar without any labels
Avoid layouts that can compromise readability and confuse or frustrate the user.

Purpose

The ProgressBar component serves as a loading indicator, particularly in situations where the tasks and processes are time-consuming, like installations and uploads.

A Telerik and Kendo UI ProgressBar indicating installation progress
Use the ProgressBar component as a loading indicator for tasks and processes that involve longer durations, such as installations, uploads, and other time-consuming operations.
Incorrect usage of the Telerik and Kendo UI ProgressBar as loading indicator
Avoid using the ProgressBar as a loading indicator for tasks that are quick to complete, like page loading or refreshing. In such cases, use the Loader component instead.
Feedback