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

Update status from code behind

1 Answer 184 Views
ProgressBar
This is a migrated thread and some comments may be shown as answers.
I. Breukink
Top achievements
Rank 1
I. Breukink asked on 22 Nov 2013, 09:16 AM
Is it possible to use the progressbar to update the status of a running c# code (eg. update of all items being handled in the c# code, just like with the asp.net progressarea)
Thanks.

1 Answer, 1 is accepted

Sort by
0
Dimiter Madjarov
Telerik team
answered on 22 Nov 2013, 02:03 PM
Hi Ivor,


The Kendo UI ProgressBar is a client side widget and it's value could be updated only through the API via it's value method. If some information from the back end is required, you could always perform an ajax request to get the current state and then update the ProgressBar value.


Regards,
Dimiter Madjarov
Telerik
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
Tags
ProgressBar
Asked by
I. Breukink
Top achievements
Rank 1
Answers by
Dimiter Madjarov
Telerik team
Share this question
or