Hello,
I have a jqxTab with two tabs: in the first tab is rendered a grid, in the second tab I have a button. The click event of this button changes one of the cells of the grid, using the method ‘setcellvaluebyid’.
Everything works fine except when the grid is sorted. In this case, if I click the button the first time and I go back on the grid’s tab, the grid is updated correctly, but if I go back to the button’s tab, I click it again, and then I go back to the grid’s tab, the grid has disappeared.
Obviously, if I put the grid in the same tab as the button, everything works fine even when the grid is sorted.