Hi Team,
I am using windows application. onload of form i have created a grid which is having 10000 rows and also added a button to dispose the grid. Everything is working fine but facing the memoty problems. i.e., Before disposing the grid memory consumption is 70664k but after dispoing the grid memoty consumption still 70820k. please provide the solution.
To dispose the grid im using just below line of code.
Gridctrl.Dispose();
Thanks in advance.