Hi.
I’ve been using jqxWidgets for some experiments and I’m having a lot of trouble with using them dynamically.
First of all, I have a menu on left side and jqxTabs on the right site. The menu opens my system sections on Tabs and these pages have other jqx widgets like grids, windows, combobox…
The problem is that when I close the tab, the wdgets aren’t removed from DOM and when I open the tab again, another widget with the same ID is created. The pages content is loaded with ajax from JSP files. Why is it happening and how to fix it?
Thanks.