R
Robbe Morris [C# MVP]
Has anybody noticed problems with the windows forms
DataGrid not releasing memory?
I did some testing loading up a DataGrid with
5000 or so records (and yes, I need that many in the UI
at any one given time - odd I know).
If I clear the rows and columns and reload the grid, it never
releases the memory. So, after four or five times
of reloading with different groups of records, it keeps
a hold of quite a bit of memory.
My grid contains the standard datagrid textbox, checkbox,
combobox and label or text only cells. No other custom
objects or anything fancy.
Anyone experience the same issues?
DataGrid not releasing memory?
I did some testing loading up a DataGrid with
5000 or so records (and yes, I need that many in the UI
at any one given time - odd I know).
If I clear the rows and columns and reload the grid, it never
releases the memory. So, after four or five times
of reloading with different groups of records, it keeps
a hold of quite a bit of memory.
My grid contains the standard datagrid textbox, checkbox,
combobox and label or text only cells. No other custom
objects or anything fancy.
Anyone experience the same issues?