Hello,
I have come across a problem of memory leak when using GridViewComboBoxColumn.
I used the Memory Profiler program to ditect the problem.
I have opened a form with a GridView control, which contains a GridViewComboBoxColumn.
Edited 5 cells of a GridViewComboBoxColumn type and took a snapshot of the memory,
The RadPropertyValue has used 11,500,000 bytes.
Edited 5 cells added of a GridViewComboBoxColumn type and took a snapshot of the memory,
The RadPropertyValue has used 42,300,000 bytes.
The attached files display the result.
After closing the form I took another snapshot which showed that the instances where still indirectly rooted by an EventHandler.
This problem is causing the users to use a large amount of memory.
Dispirit for an answer.
Y. L.