Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
385
Memory leaks with SumSummaryOperand when IsApplied="True" (XamGrid WPF 13.2)
posted

Hi,

SumSummaryOperand defined in a column's columnSettings[i] with IsApplied="True" causes memory leaks in my wpf application. Indeed, the view cannot be disposed by GC. Problem is solved if IsApplied="False" but i need to have IsApplied="True".

So please is there a solution to this issue ?

I use Ants Memory Profiler to tests.