This question is locked. New answers and comments are not allowed.
Whenever we run the application, we are showing two RadGridView with records (where we auto generate the column and set the column index) and in application we are doing auto refresh in every 45 seconds and in every refresh we refill the grids. so when browser show the application in beginning, it occupy the memory usage in KBs but after 10 or 15 minutes, the memory usage reaches in GBs. I used GC.Collect and manual releasing the global object but it does not effect.
Please help us
Please help us