Unplanned
Last Updated: 03 May 2017 11:18 by ADMIN
ADMIN
Martin Ivanov
Created on: 25 Jul 2016 13:33
Category: TreeView
Type: Bug Report
1
TreeView: Generated item cache is not cleared properly
Generated item cache is not cleared properly. This leads to memory leaking when items are virtualized and realized. 

As a workaround you can set the IsVisualCacheEnabled property of the TreeViewPanel to False. Note that this will work only in Recycling VirtualizationMode.

<telerik:RadTreeView.ItemsPanel>
    <ItemsPanelTemplate>
        <telerik:TreeViewPanel IsVisualCacheEnabled="False" />
    </ItemsPanelTemplate>
</telerik:RadTreeView.ItemsPanel>
0 comments