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

Upper Bounds of Jumplist

1 Answer 24 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.
Erik
Top achievements
Rank 2
Erik asked on 15 Jun 2011, 04:04 AM
At what point should I worry about the dataset count? 200? 2000? 20000? I see there is a endless list control but I need the functionality of the jumplist. I'm just considering increasing my dataset size greatly and I'm worried it will impossible without hacking together the infinite list and grouping.

1 Answer, 1 is accepted

Sort by
0
Valentin.Stoychev
Telerik team
answered on 15 Jun 2011, 07:26 AM
Hi Erik,

It depends on your requirements for performance.

We have UI virtualization implemented in place. We also have data engine for sorting, grouping and filtering which is very fast and is done for the WP7 especially. We can say that RadJumpList is definitely optimized for performance.

That said - you should test and see if it matches your requirements. Our advice is if you can - load as little data as possible, because all this is executed in phone environment where you have limitations for CPU and memory usage.

Are these 20k records saved on the phone? Can you load them in batches? If you give us more details on your scenario - we can give you some insights. You can read my series of blog posts on RadJumpList - this one for optimizing performance specifically.

Please let us know how it goes.

All the best,
Valentin.Stoychev
the Telerik team
Let us know about your Windows Phone 7 application built with RadControls and we will help you promote it. Learn more>>
Tags
JumpList
Asked by
Erik
Top achievements
Rank 2
Answers by
Valentin.Stoychev
Telerik team
Share this question
or