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

Turn off container recycling

3 Answers 86 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Jason
Top achievements
Rank 1
Jason asked on 25 Aug 2011, 05:03 PM
Hi, were having an issue thats due to virtualization using container recycling.  Is there a way to turn this off?  It looks like the treeview can but i cannot find something similar for the radgridview

3 Answers, 1 is accepted

Sort by
0
Pavel Pavlov
Telerik team
answered on 25 Aug 2011, 05:11 PM
Hello Jason,

We have the EnableColumnVirtualization and EnableRowVirtualization properties.
These however must be used carefully as they directly impact scrolling and initial rendering performance.

Kind regards,
Pavel Pavlov
the Telerik team

Thank you for being the most amazing .NET community! Your unfailing support is what helps us charge forward! We'd appreciate your vote for Telerik in this year's DevProConnections Awards. We are competing in mind-blowing 20 categories and every vote counts! VOTE for Telerik NOW >>

0
Jason
Top achievements
Rank 1
answered on 25 Aug 2011, 05:12 PM
Right, i want row virtualization, but i dont want it to re-use rows (VirtualizationMode="Recycling")  I want to change it to use Standard where it discards rows as they go out of view
0
Pavel Pavlov
Telerik team
answered on 31 Aug 2011, 12:12 PM
Hello Jason,
I am afraid such mode is not supported.

Regards,
Pavel Pavlov
the Telerik team

Thank you for being the most amazing .NET community! Your unfailing support is what helps us charge forward! We'd appreciate your vote for Telerik in this year's DevProConnections Awards. We are competing in mind-blowing 20 categories and every vote counts! VOTE for Telerik NOW >>

Tags
GridView
Asked by
Jason
Top achievements
Rank 1
Answers by
Pavel Pavlov
Telerik team
Jason
Top achievements
Rank 1
Share this question
or