Questions tagged [kendo-progressbar]

Represents the Kendo UI ProgressBar widget

The ProgressBar widget

ProgressBar Overview

The ProgressBar offers rich functionality for displaying and tracking progress. It supports multiple types, horizontal or vertical orientation and also different directions.


Related tags

10 questions
3
votes
2 answers

kendo ui requestEnd never gets called

Trying to add spinner (kendo.ui.progress) to show crud operations in process, for create start spinner in save event and end in databound but for delete(destroy) start in remove event, but there is no way to tell when destroy is completed. There is…
user2539301
  • 33
  • 1
  • 4
2
votes
1 answer

kendo proggressbar required script files

as mentioned in kendo references http://docs.telerik.com/kendo-ui/intro/installation/what-you-need#individual-scripts we can add specific script files for a component . so i want to do this because kendo.all.min.js is a big file and i don't need…
n.sh
  • 347
  • 4
  • 19
1
vote
0 answers

Kendo Progress bar in Angular not in sync with SignalR response

I am using a kendo progress bar in my angular project. The Value property is bind to a property of a component. The same property is getting updated by subscribing the SignalR events. In my local environment progressbar is updating as expected. But…
1
vote
2 answers

Change color of indeterminate Kendo progress bar and add a custom label to it

I want to change the color of indeterminate progress bar of Kendo from gray to light blue somewhat like shown in image below : One more thing I would Like to add a custom label to the progress bar like Please find the code below:
user2091061
  • 879
  • 3
  • 10
  • 32
1
vote
1 answer

Kendo Progress bar not initiating while making ajax call

I want to implement the Kendo progress bar for my server side ajax call. I tried but it's not initiating before the ajax call, and if I use the setTimeOut function below for closing the ajax call, the progress bar only displays for a short…
bagya
  • 383
  • 1
  • 11
  • 38
0
votes
1 answer

Kendo React Circular progress-bar

I'm using Kendo React for one of my project and I was wondering if Kendo React library offers Circular Progress Bar. I was able to find linear but not circular?
Mun
  • 47
  • 2
  • 9
0
votes
0 answers

How to use a busy indicator when resizing kendo splitter?

Where would I place a Kendo UI busy indicator in here? I did have it placed in the resize event, but it wouldn't fire Here is the indicator kendo.ui.progress($("#container"), true); kendo.ui.progress($("#container"), false); let ds = [{ id:…
Chris
  • 2,953
  • 10
  • 48
  • 118
0
votes
2 answers

Kendo Progress bar not binding to datasource

I am trying to implement a Kendo progress bar in the HTML table. So, far I am able to render the progress bar inside the table cell but I am unable to bind it to the model attribute called "Percentage". I am using item.Percentage in the value field…
Hari
  • 53
  • 2
  • 10
0
votes
1 answer

Adding a Progress bar in a html table cell in a Razor view

I have a HTML table and I am trying to add a progress bar: something like a chunk progress bar here http://www.telerik.com/aspnet-mvc/progressbar I am getting data from the stored proc stored as a number currently, need to show it as a progress…
Hari
  • 53
  • 2
  • 10
0
votes
1 answer

Kendo UI - Progress Bar - Orientation

I am working with the Kendo UI Progress Bar. I need to use a vertical progress bar to illustrate a users progress as they complete the form. My progress bar is as follows: var pb = $("#profileCompleteness").kendoProgressBar({ type:…
Mark
  • 4,773
  • 8
  • 53
  • 91