jQWidgets Forums

jQuery UI Widgets Forums Navigation Tree 2 Trees on a same page

This topic contains 1 reply, has 2 voices, and was last updated by  Dimitar 9 years ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • 2 Trees on a same page #84677

    formanite77
    Participant

    We are using jqxTree to show hierarchical data like folder structure. When we select a folder on left tree item, we show its contents on right side grid. This all is working fine until we show another tree in bootsrap modal dialog.
    This is a new tree which we show with a different Id but as soon as we close the the modal and try to select any item then select and expand/collapse does not work in tree which was already there.

    You can see below display:none is added to ul which causes the issue as the item’s children are not shown because of that.

    <ul class=”jqx-tree-dropdown jqx-tree-dropdown-iltree” style=”overflow: hidden; display: none;”><li id=”280164047″ role=”treeitem” class=”jqx-tree-item-li jqx-tree-item-li-iltree jqx-disableselect jqx-disableselect-iltree” style=”margin-left: 0px; float: none;” aria-selected=”true

    Have you seen any issue similar to that?

    2 Trees on a same page #84682

    Dimitar
    Participant

    Hello formanite77,

    This issue may be related to the use of the Bootstrap component. We suggest you use our own jqxWindow instead. If the issue persists, please share a jsEditor example reproducing the issue and we will take a look at it.

    Best Regards,
    Dimitar

    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.