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

[Solved] Paging & Filtering using RadGridView, DataPager and QueryableCollectionView

3 Answers 185 Views
GridView
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Justin Brown
Top achievements
Rank 1
Justin Brown asked on 30 Oct 2009, 03:01 AM
Hi,

I'm using the 2009 Q3 beta 2 as I'd read there were some fixes with the QueryableCollectionView. I've created a test page with a RadGridView as below:
<Grid> 
    <Grid.RowDefinitions> 
        <RowDefinition Height="40"/>  
        <RowDefinition Height="Auto"/>  
    </Grid.RowDefinitions> 
      
    <telerikGridView:RadGridView Grid.Row="1" d:LayoutOverrides="Width" MaxWidth="600" 
        DataContext="{StaticResource _designTimeViewModel}" 
        ItemsSource="{Binding Path=Results}" /> 
 
    <data:DataPager DataContext="{StaticResource _designTimeViewModel}" 
        Source="{Binding Path=Results}" VerticalAlignment="Top"/>  
 
</Grid> 
 

The RadGridView and DataPager are both bound to the Results property, which is of type QueryableCollectionView.

I was pleased to see that the DataPager works better in Q3 than in Q2, however if I apply a filter, it breaks, with all pages except the first displaying no rows in the grid.

Does anyone have any suggestions?

Thanks
Justin

3 Answers, 1 is accepted

Sort by
0
Vlad
Telerik team
answered on 30 Oct 2009, 06:55 AM
Hello Justin,

I've just tested the grid performance with our latest binaries using the same scenario however everything worked fine. You can check the attached demo.

Best wishes,
Vlad
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
0
Justin Brown
Top achievements
Rank 1
answered on 02 Nov 2009, 01:52 AM
Hi Vlad,

Thank you very much for looking into this. Do you have access to a newer build than what is available on the beta downloads page? I found that by plugging your DLLs into my project it fixed my issues, and by plugging my DLLs into yours it reproduced it. The versions appear the same however.

Will you guys be posting a newer beta build up soon?

Thanks,
Justin
0
Vlad
Telerik team
answered on 02 Nov 2009, 06:54 AM
Hello Justin,

We will release our Q3 this week - stay tuned!

All the best,
Vlad
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Tags
GridView
Asked by
Justin Brown
Top achievements
Rank 1
Answers by
Vlad
Telerik team
Justin Brown
Top achievements
Rank 1
Share this question
or