Hi walker1234,
To answer your first question: “How would a user be able to get rid of the panel or grid to make use of the destroy method as there is no close icon?”.
Anwser:
You can accomplish that by creating a simple button outside of the panel/grid or inside it that calls the destroy() method.
Here is an example:
http://jsfiddle.net/jqwidgets/H5hgB/
For your second question: “Would it be possible to load it again or it would be gone forever?”.
Answer:
You can initialize the widget again after it has been destroyed. For example: $(“#jqxWidget”).jqxPanel({ width: 350, height: 350});. This will initialize a new Panel with the given settings.
Best Regards,
Christopher
jQWidgets Team
http://www.jqwidgets.com