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

Preventing RadProgressArea from Polling on Page Postback

3 Answers 118 Views
Upload (Obsolete)
This is a migrated thread and some comments may be shown as answers.
ColinBowern
Top achievements
Rank 1
ColinBowern asked on 19 Apr 2010, 04:10 PM
I have a RadProgressArea on the page to track a specific operation.  I find, however, when the page is posted back for an unrelated operation that it starts polling.  How would you stop it from polling on all postbacks and focus just on the specific operation I want it to?

3 Answers, 1 is accepted

Sort by
0
ColinBowern
Top achievements
Rank 1
answered on 19 Apr 2010, 04:25 PM
Figured it out - set the RegisterForSubmit property on the RadProgressManager to false and then use the startProgressPolling and hideProgressAreas client-side script methods to enable it on the appropriate post.
0
Gary
Top achievements
Rank 1
answered on 17 Sep 2014, 07:36 PM
Sorry to drudge up an old post. 

I just came across this post as I was having the same problem.  I have a page with a RadProgressArea and RadProgressManager. The polling would begin when I would make an ajax call to update an unrelated item on the page. 

I set the RegisterSubmitProperty to false and then set a client handler to call the startProgressPolling when I want to start the polling. That works. I see that polling begins and ends appropriately when calling the startProgressPolling() and hideProgressAreas() methods.

However, when I do that, my progress area does not show. I can force it to show by calling the show() method for the RadProgressArea client side object, but it does not update to reflect the process at all. It's as if the RadProgressArea and the RadProgressManager are disconnected. 

Any ideas here?



0
Hristo Valyavicharski
Telerik team
answered on 22 Sep 2014, 03:16 PM
Hi Gary,

Try to use the $find("RadProgressManager1").stopAsyncPolling() method of the RadProgressManager instead the hideProgressAreas().

Regards,
Hristo Valyavicharski
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
Tags
Upload (Obsolete)
Asked by
ColinBowern
Top achievements
Rank 1
Answers by
ColinBowern
Top achievements
Rank 1
Gary
Top achievements
Rank 1
Hristo Valyavicharski
Telerik team
Share this question
or