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
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!