This is a migrated thread and some comments may be shown as answers.

Loader / Progress bar

3 Answers 247 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Navin
Top achievements
Rank 1
Navin asked on 28 Aug 2012, 08:21 AM
Is there any progress bar widget in kendo ui?
 

3 Answers, 1 is accepted

Sort by
0
Sebastian
Telerik team
answered on 28 Aug 2012, 09:19 AM
Hello Navin,

We do not offer such a component, but you should be able to use the jQuery UI progress bar side-by-side with our Kendo UI widgets. Let us know if you encounter any issues with that.

Kind regards,
Sebastian
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
0
B1SHQP
Top achievements
Rank 2
answered on 15 Apr 2013, 04:34 AM
Hi there,

I came across this thread and I have now started using the jQuery UI progress bar with my Kendo UI project.

But now I am stuck when I try to dynamically populate a pre-defined Kendo template that I have made. This template contains a progress bar, but I am unsure of a way I can easily bind data to this?

Currently, I am using a method I have made that updates the progress bars that is called from a listener on a Model object. 

What I am wanting to do is have my progress bar bound to a ViewModel so I do not need to manually update them with my method each time.

Is this possible? Or is the way I'm currently doing it best?

Thanks.
0
Alexander Valchev
Telerik team
answered on 18 Apr 2013, 06:53 AM
Hello Andrew,

You can use custom binding to bind external component to Kendo UI ViewModel. For your convenience, I prepared a small example which shows how to control the value of the progress bar widget via MVVM.

Kind regards,
Alexander Valchev
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
Tags
General Discussions
Asked by
Navin
Top achievements
Rank 1
Answers by
Sebastian
Telerik team
B1SHQP
Top achievements
Rank 2
Alexander Valchev
Telerik team
Share this question
or