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?