Completed
Last Updated: 03 Mar 2014 08:13 by Jesse Dyck
ADMIN
Julian Benkov
Created on: 07 Dec 2012 03:31
Category: GridView
Type: Bug Report
7
FIX. Memory leak in RadGridView control hosted in RadForm dialog
Description: Just use the button x times to show an additional form with a RadGridView Control on it. RadGridView is not releasing the complete allocated memory. JustTrace shows an increasing number of Telerik.WinControls.RadPropertyValue instances. 

Resolution: Not a memory leak. When a form is shown with the ShowDialog method, it should be explicitly disposed. If the form was shown using the Show method, the Dispose method does not need to be called explicitly. It will be called automatically when the form is closed. Source: MSDN http://msdn.microsoft.com/en-us/library/aw58wzka%28v=vs.110%29.aspx
1 comment
Jesse Dyck
Posted on: 28 May 2013 09:20
Hi Guys, 

I've spent a couple of days tracing memory in our application as it seemed it had a memory leak and it appears to be this one that's the cause of it. We use a lot of Dialog forms with RadGridViews on them and as per this PITS record, I can see t