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

After Pull To Refresh is handled Loading is still active.

3 Answers 63 Views
DataBoundListBox
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Rich
Top achievements
Rank 2
Rich asked on 16 Nov 2012, 04:55 PM
After handling the pull to refresh and binding the itemsource to the new result list. I call StopPullToRefreshLoading(true) and the loading busy indicator is hidden, however, if you try to pull to refresh again, it is still showing loading and has not returned to the date and indicator to allow pull to refresh.

This is in the windows 8 SDK emulator with VS 2012 and Q3 Telerik controls (2012.3.1030.3040).

Is there something else I should be doing?

3 Answers, 1 is accepted

Sort by
0
Deyan
Telerik team
answered on 19 Nov 2012, 08:50 AM
Hello Richard,

Please refer to the Support Ticket you have sent us regarding the same topic.

Greetings,
Deyan
the Telerik team
Have a suggestion or face a problem - you can use the Ideas & Feedback portal to submit ideas, feedback and vote for them.
0
Rich
Top achievements
Rank 2
answered on 19 Nov 2012, 02:46 PM
Just as an FYI for anyone else, the problem is when you call the StopPullToRefresh in your async callback, you have to Invoke it in order for it to work correctly. Telerik's example does this, but their documentation doesn't indicate this as being needed. There is a timing issue that the Invoke resolves.
0
Deyan
Telerik team
answered on 22 Nov 2012, 01:09 PM
Hi Richard,

We will take a look into this behavior.

Let us know should you have further questions regarding this topic.

Regards,
Deyan
the Telerik team
Have a suggestion or face a problem - you can use the Ideas & Feedback portal to submit ideas, feedback and vote for them.
Tags
DataBoundListBox
Asked by
Rich
Top achievements
Rank 2
Answers by
Deyan
Telerik team
Rich
Top achievements
Rank 2
Share this question
or