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-UsingIn 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 instancePlease 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/eventsIn 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