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

no GridViewVirtualizingPanel in Q3?

3 Answers 103 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Kennet
Top achievements
Rank 2
Kennet asked on 17 Nov 2009, 09:43 PM
I try to use the "Endless scrolling" http://blogs.telerik.com/vladimirenchev/posts/09-02-02/wpf_how_to_endless_scrolling_of_2mil_records_using_backgroundworker_and_linq_to_sql.aspx  in Q3 but this code don't work anymore:

GridViewVirtualizingPanel panel = GridViewItemsControl.GetVirtualizingPanel(RadGridView1.ItemsControl);  
panel.ScrollOwner.VerticalScrollEnded += new EventHandler<System.Windows.Controls.Primitives.ScrollEventArgs>(ScrollOwner_VerticalScrollEnded); 

Any suggestions how to get this working in Q3?

3 Answers, 1 is accepted

Sort by
0
Accepted
Vlad
Telerik team
answered on 18 Nov 2009, 09:08 AM
Hello Kennet,

I've attached modified version of my example using our latest binaries.

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.
0
Kennet
Top achievements
Rank 2
answered on 22 May 2010, 03:55 PM
Hi,

How do I update the grid if my data has changed (if the grid already has loaded that data), and second how can I by code scroll to a sertian row in the grid (I know the database "id" for that row)?

0
Kennet
Top achievements
Rank 2
answered on 23 May 2010, 05:26 PM
** solved ***
I just made a Linq query and did a IndexOff on my DataContex, works just fine.
Tags
GridView
Asked by
Kennet
Top achievements
Rank 2
Answers by
Vlad
Telerik team
Kennet
Top achievements
Rank 2
Share this question
or