Declined
Last Updated: 09 Mar 2015 09:44 by ADMIN
ADMIN
Dimitrina
Created on: 07 Mar 2014 17:39
Category: GridView
Type: Feature Request
0
Properties of controls defined in Column.CellTemplate get mixed up due to row virtualization

		
1 comment
ADMIN
Dimitrina
Posted on: 09 Mar 2015 09:44
Hello,

After some further detailed research on the issue, it seems that it is not a bug, but an expected behavior due to the UI Virtualization. When the user filters, the rows are reused and the instance of the control defined in Column.CellTemplate is the same one. Thus, the styles gets mixed up as the instance of the control is reused.
You can check our online documentation on UI Virtualization for a further reference: http://www.telerik.com/help/wpf/radgridview-features-ui-virtualization.html.
In that case you can configure RadGridView with EnableRowVirtualizaton="False". Please note that this approach should be only used if you have a limited number of items displayed and no scrolling is really used.

Regards,
Didie