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

GridView row virtualization mode

1 Answer 449 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Mark
Top achievements
Rank 1
Mark asked on 21 Oct 2015, 07:52 PM
How can I set the GridView's row virtualization from recycling to standard? I'm running into an issue where cells are being recycled without having their converters called, which leads to incorrect templates being used.

1 Answer, 1 is accepted

Sort by
0
Petya
Telerik team
answered on 26 Oct 2015, 12:55 PM
Hi Mark,

We usually advise against disabling the row virtualization in RadGridView, especially if you're planning on using the control with a big amount of data.

That said, I'm not sure I understand your scenario completely, but RadGridView exposes the option to apply different data templates on cells using a CellTemplateSelector without interference with the virtualization. In case this is something that might fulfill your requirements, please go through the respective article here.

If you still decide to disable the recycling, you can achieve it by setting the EnableRowVirtualization property to false.

I hope this is helpful.

Regards,
Petya
Telerik
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 Feedback Portal and vote to affect the priority of the items
Tags
GridView
Asked by
Mark
Top achievements
Rank 1
Answers by
Petya
Telerik team
Share this question
or