Hi,
I’m using jqxDropDownList inside a jqxWindow.
I’m catching the close event for the window, and calling ‘destroy’ to clean the DOM.
The problem is that the dropdownlist is leaving behind a top level div.
Is there anything I can do to clean it up when the window is closed?