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

GridViewRowItem.Cells Excludes Cells Outside of the Horizontal Scroll Bounds

2 Answers 31 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Patrick Gates
Top achievements
Rank 1
Patrick Gates asked on 07 Jun 2011, 02:53 PM
Hello,

When using a GridView with horizontal scrolling, I've noticed that if I scroll far enough to the right such that one or more of the leftmost columns are completely out of the user's view, the GridViewRowItem.Cells collection does not return the cells not seen on the UI. Any ideas on why this happens and is there a workaround?

Thanks!

2 Answers, 1 is accepted

Sort by
0
Accepted
Vlad
Telerik team
answered on 07 Jun 2011, 02:56 PM
Hello,

 Indeed this is our columns virtualization. Cells will be created for columns part of the current view-port - not for all columns. You can turn off this using EnableColumnVirtualization property. 

Greetings,
Vlad
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
0
Patrick Gates
Top achievements
Rank 1
answered on 07 Jun 2011, 03:04 PM
That's it! Thank you very much.
Tags
GridView
Asked by
Patrick Gates
Top achievements
Rank 1
Answers by
Vlad
Telerik team
Patrick Gates
Top achievements
Rank 1
Share this question
or