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

Pull to Refresh with JumpList

4 Answers 79 Views
JumpList
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Francisco
Top achievements
Rank 1
Francisco asked on 05 Jul 2012, 11:19 AM
Hi,
  I'm trying to implement the pull to refresh with a jump list, and I was very happy to see that I could use this:

<telerikDataControls:RadJumpList Margin="0,12,24,0" 

x:Name="jumplistLists"

GroupHeaderTemplateSelector="{StaticResource HeaderTemplateSelector}"

GroupDescriptorsSource="{Binding GroupDescriptorsList}"

SortDescriptorsSource="{Binding SortDescriptorsTime}"                

ItemsSource="{Binding Items}" 

IsCheckModeEnabled="True"

CheckBoxStyle="{StaticResource DataBoudListBoxCheckBoxStyle}"

ItemTemplate="{StaticResource JumpListItemTemplate}" 

IsPullToRefreshEnabled="True"

RefreshRequested="jumplistTasks_RefreshRequested"/>


Unfortenately it seems that it is not working, since I cannot get the code in the event to execute jumplistTasks_RefreshRequested.
Is this not intended to be used with jump lists? Is there any workaround I could use?

I would appreciate some clues...

Thanks!
F. Marquez

4 Answers, 1 is accepted

Sort by
0
Deyan
Telerik team
answered on 05 Jul 2012, 12:23 PM
Hi Francisco,

Thanks for writing.

We have tried to reproduce the issue you report on our side but unfortunately to no avail.

Could you please prepare a sample project that reproduces it and send it to us for further investigation? In this way we will be able to directly take a look at the case and see how we can help.

Please note that in order to be able to attach your project you will need to open a new support ticket.

Greetings,
Deyan
the Telerik team

Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>

0
Francisco
Top achievements
Rank 1
answered on 05 Jul 2012, 12:32 PM
I'd be happy to, but just to save you time, I just wanted to know if using the pull to refresh is supported also with the RadJumpList. I understand from your email that this is the case, am I correct?

If that's the case, I have a problem in my implementation, and I would go back to check it in detail.

Thanks in advance for your quick response!
F. Marquez
0
Deyan
Telerik team
answered on 05 Jul 2012, 01:06 PM
Hi Francisco,

Yes, this feature is supported in RadJumpList. Let us know if you think there is an issue and we need to take a look at it.

Regards,
Deyan
the Telerik team

Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>

0
Francisco
Top achievements
Rank 1
answered on 05 Jul 2012, 01:43 PM
Hi,

thanks for your prompt response. I manage to trigger the event, in the device. I was having problems because I was only trying with the emulator, and for some reason, I cannot trigger the event from the emulator. 

I'll continue checking with the device, thanks!

F. Marquez
Tags
JumpList
Asked by
Francisco
Top achievements
Rank 1
Answers by
Deyan
Telerik team
Francisco
Top achievements
Rank 1
Share this question
or