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

RadDataBoundListBox and DataVirtualizationMode?

2 Answers 29 Views
UI for Universal Windows Apps
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Seznam
Top achievements
Rank 2
Seznam asked on 12 Dec 2014, 03:27 PM
Hi,
I've just started porting one of our apps from WP8 to WP.1 Universal app format and I noticed, that the RadDataBoundListBox does not contains DataVirtualizationMode property and DataRequested event. Am I missing something or it is not yet implemented?
Is it planned to include this feature in the next version of Universal controls?
Thanks

2 Answers, 1 is accepted

Sort by
0
Accepted
Tsvyatko
Telerik team
answered on 17 Dec 2014, 01:20 PM
Hello Martin,

In Windows Universal we changed the data virtualization API to take advantage of ISupportIncrementalLoading interface. The properties are now the following:

 - IncrementalLoadingMode - indicates whether the loading will be auto or using a button (explicit).

 - DataRequested is now removed as the data is provided by LoadMoreItemsAsync method of ISupportIncrementalLoading.


Please find the attached project demonstrating using of this API and let us know if you need any furher assistance.

Regards,
Tsvyatko
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.

 
0
Seznam
Top achievements
Rank 2
answered on 17 Dec 2014, 01:56 PM
Thanks, I didn't knew ISupportIncrementalLoading is supported in the new DataBoundListBox. I'll just use it then.
Tags
UI for Universal Windows Apps
Asked by
Seznam
Top achievements
Rank 2
Answers by
Tsvyatko
Telerik team
Seznam
Top achievements
Rank 2
Share this question
or