jQuery UI Widgets Forums Grid Jqx Grid not displaying in bootstrap 4 popover

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

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

  • Shaileshdbcom
    Participant

    $(‘#unique-id’).popover({
    html:true,
    content:function(){
    return $(‘#info-div’).html();
    },
    placement: “right”
    });

    #info-div contain the grid .
    when i inspect the grid, its header visibility shows hidden and height set to 0

    Thanks,
    Shailesh


    Hristo
    Participant

    Hello Shailesh,

    Please, check your references.
    Are there all needed files and especially the jqx.base.css” file?
    You could try to add the mentioned one and the jqx-all.js” file for testing purposes.
    It will be better if you could provide us with whole source code – one simple jseditor or jsfiddle example will be better.
    Also, I would like to suggest you try to use our jqxPopover with the jqxGrid.
    Please, take a look at our page with integration with the Bootstrap.

    Best Regards,
    Hristo Hristov

    jQWidgets team
    https://www.jqwidgets.com

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

You must be logged in to reply to this topic.