Hi,
I think, previouis post is vague to understand the problem. So, i'm trying to explain with more details.
I have a page with tabs. In each tab, i'm loading the jQGrid. When switching to different tabs, previous tab grid is destoyed by following method.
|
|
$('#jqTable').jqGrid('GridDestroy');<br /> <br />But still, memory is not reclaimed completely. I am seeing some memory leaks every time when i am destroying and loading new grid. <br />So, to reclaim memory completely, what should I do?<br /><br /><strong>NOTE: Problem in IE Version.</strong><br /><br />Thanks<br />Ayyanar |