jQWidgets Forums

jQuery UI Widgets Forums Grid Memory leak in IE8

Tagged: 

This topic contains 1 reply, has 2 voices, and was last updated by  Peter Stoev 12 years, 11 months ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • Memory leak in IE8 #8127

    I have a jqxgrid with 4k records which gets removed and added back in a html page when user clicks on refresh data button. On every click on refresh IE8 memory usage increases by 20-30 MB. Over multiple clicks it throws “out of memory” error.

    More info on the removal process:
    I tried using destroy and remove no luck with memory problem.

    Please let me know the fix asap.

    Memory leak in IE8 #8129

    Peter Stoev
    Keymaster

    Hi vsundaralingam,

    Using the Grid’s ‘destroy’ method will destroy it and all its resources including the Grid’s DOM element. After that you can add a DIV tag again and initialize it. If IE8 browser does not free its memory when it should, we can’t help.

    Best Regards,
    Peter Stoev

    jQWidgets Team
    http://www.jqwidgets.com

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.