I have a question about memory management. I have a variable

Basically grid catches the “unload” event and clear inner vars and remove used DOM elements.
There is no significent problems with FF, in IE garbage collection initiated only when some big count of elements marked for collection, unfortunately there is no way to force such process in IE ( as far as I know )