jQWidgets Forums

jQuery UI Widgets Forums Grid jqxGrid is not loaded

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

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • jqxGrid is not loaded #16646

    naama
    Member

    Hello,

    Im loading content to div:
    $(“#div”).html(”);

    and then reloading to it jqxGrid or other jqx element:
    $(“#div”).jqxGrid(…);

    Grid content is not shown (though i see init is ok and grid if full).
    If I load it without loading first html – it works fine.

    I tried $(“#div”).empty() but doesnt work.

    Any idea?

    Thanks!

    jqxGrid is not loaded #16650

    Peter Stoev
    Keymaster

    Hi naama,

    – jqxGrid should be initialized from empty DIV tag.
    – If you want to remove the Grid from the DOM, use the Grid’s destroy method.

    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.