We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

Update Progress Bar Value from Long Running Server Process

Hello,

Does anyone know of a sample project that shows ejProgressBar receiving periodic changes in value from a long running server process?

Thanks,

Randy

3 Replies

SN Sasikala Nagarajan Syncfusion Team July 21, 2015 12:47 PM UTC

Hi Randy,

Thanks for using Syncfusion products,

We have analyzed your query and currently we didn’t provided any sample project with long running server process with progress bar.

Please refer the below link to know about long running task - sample
http://www.codeproject.com/Articles/492789/Starting-and-Monitoring-a-Long-Running-Task-Using

In this link the server progress status will get monitored in running we can assign thislong running server process’s status to progress bar’s percentage/value property to change progress bar state based on server process.

Progress bar value and percentage property is used to set the status of progress bar and it can be changed dynamically using progress bar instance

Please refer the below link

[script]

progresObj.option("value", 10);

progresObj.option("percentage", 10);

To know more about on this please refer the below link

http://js.syncfusion.com/demos/web/#!/azure/progressbar/events

In this Sample the progress bar percentage’s percentage will get changed dynamically based on the window timer.

Please check with the given links and let us know if it is helps. Also please let us know if you need any custom sample based on this.

Regards,
Sasikala Nagarajan


RC Randy Craven July 21, 2015 02:11 PM UTC

Thank you very much for this reply.

I will study the provided like and let you know if I need further assistance.

Randy


SN Sasikala Nagarajan Syncfusion Team July 22, 2015 12:21 PM UTC

Hi Randy,
Please get back to us if you need any further assistance.We will be happy to help you out.
Regards,
Sasikala Nagarajan

Loader.
Live Chat Icon For mobile
Up arrow icon