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

Slow update

3 Answers 301 Views
ProgressBar
This is a migrated thread and some comments may be shown as answers.
Eduardo
Top achievements
Rank 1
Eduardo asked on 06 Dec 2016, 03:46 PM

Hi All,

I'm using a ProgressBar for a very long running process. The problem is the bar is updated quite slowly. For instance, when I've processed all of the data items (I use fields to show processed and pending items), the progress bar is showing just a 50% advance. This is more noticeable for longer data sets.

I've set the update delay to 0 (no animation).

Is there anything else I can do to speed it up?

Thank you.

3 Answers, 1 is accepted

Sort by
0
Dimiter Madjarov
Telerik team
answered on 07 Dec 2016, 08:33 AM

Hello Eduardo,

It is not clear for us why is the ProgressBar slow when the animation is disabled. In this case the progress change is instantaneous. Here is an example of this in action.

Regards,
Dimiter Madjarov
Telerik by Progress
Kendo UI is ready for Visual Studio 2017 RC! Learn more.
0
Eduardo
Top achievements
Rank 1
answered on 09 Dec 2016, 11:21 PM

Dear Dimiter,

Thank you.

The problem was duration was set to 0 (isn't a good idea to set animation to false automatically if duration is set to 0?).

Setting animation to false solved the problem.

Best regards!

Edo.

0
Dimiter Madjarov
Telerik team
answered on 12 Dec 2016, 08:51 AM

Hello Eduardo,

Thank you for the update. Actually it is the opposite - when the animation is set to false, it's duration is set to 0 in the configuration under the hood.

Regards,
Dimiter Madjarov
Telerik by Progress
Kendo UI is ready for Visual Studio 2017 RC! Learn more.
Tags
ProgressBar
Asked by
Eduardo
Top achievements
Rank 1
Answers by
Dimiter Madjarov
Telerik team
Eduardo
Top achievements
Rank 1
Share this question
or