jQWidgets Forums

jQuery UI Widgets Forums Editors DateTimeInput jqxDateTimeInput memory leak?

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

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • jqxDateTimeInput memory leak? #15237

    Hi team

    i have a tab control and will dynamic set tabpage content using ajax.

    This tabpage has 14 DateTimeInput control using bind like this:
    《div style=’float:right;’ data-bind=”jqxDateTimeInput: {value: InputDate_XXX, width: 200, height: 23, theme: theme}”》《/div》

    IE memory will add 15MB when open one time. more times IE memory will add to 1GB.

    but when i remove the jqxdatatimeinput div. IE memory not add.

    jqxDateTimeInput memory leak?

    how to using the control with high performance?

    jqxDateTimeInput memory leak? #15254

    Peter Stoev
    Keymaster

    Hi zhq3k,

    To remove a widget, use its “destroy” method. If a widget is removed, the browser’s Garbage Collector will clean the resources marked as garbage when necessary. In addition, in the next version, the jqxDateTimeInput’s Calendar will be initialized on demand and especially after opening the Popup so the loading time will be improved.

    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.