Completed
Last Updated: 23 Jun 2014 08:09 by Régis
Régis
Created on: 16 Jun 2014 08:31
Category: UI for WPF
Type: Bug Report
0
Memory Leak when using RadComboBox inside TabItems
I found a memory leak when using RadComboBox inside TabItems that are dynamically added or removed from a TabControl: even if the tab is removed, the TabItem instance stays in memory due to an instance of RadComboBox that is not collected.

If the tab has a DataContext, that may be huge memory parts that cannot be collected!...

Please find enclosed an example of WPF application that helps to reproduce the problem.
Attached Files:
0 comments