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

VirtualQueryableCollectionView and RadDataPager broken?

1 Answer 55 Views
Data Virtualization
This is a migrated thread and some comments may be shown as answers.
Jeremy Blosser
Top achievements
Rank 1
Jeremy Blosser asked on 29 Jul 2011, 10:43 PM
Is it just me, or does the RadDataPager not work with the VirtualQueryableCollectionView in 2011 Q2?

This Code:
        public MainPage()
        {
            InitializeComponent();
            _view = new VirtualQueryableCollectionView<BillingView2> {LoadSize = 100, PageSize = 25, VirtualItemCount = 1000};
            pager.Source = _view;
            gridView.ItemsSource = _view;
        }

Will show 40 pages in the Q1 release, but in the Q2 release it only shows 1 page.

1 Answer, 1 is accepted

Sort by
0
Vlad
Telerik team
answered on 01 Aug 2011, 07:27 AM
Hello Jeremy,

 The problem is already fixed and the fix will be part of our latest internal build later Today. 

Best wishes,
Vlad
the Telerik team

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

Tags
Data Virtualization
Asked by
Jeremy Blosser
Top achievements
Rank 1
Answers by
Vlad
Telerik team
Share this question
or