Completed
Last Updated: 23 May 2019 13:20 by ADMIN
Release R2 2019 SP1 (LIB 2019.2.527)
Kun
Created on: 18 Apr 2019 08:05
Category: UI for WinForms
Type: Bug Report
2
RadGridView: Memory leak when updating a hirerarchy grid
Use attached to reproduce!
Attached Files:
1 comment
Kun
Posted on: 18 Apr 2019 08:33

That's how I reproduce the bug :

Refresh only the master template, the memory is steady. After I expanded all child templates, the memory will increase heavily (it's normal.). And also the gridview control does lots of GC collect after hierarchy refresh. Part of the memory resource can be recycled. But globally, the memory increases.

And then, if I collapse all child templates, keep only the master template refreshing. The memory cannot go back to the level at the first place. But it remains stable.

Thank you for your help.