Hello
I have checked all the docs and cannot seem to find a way to replace a grid with a new grid. For example I makeup my php page and the grid works well. However, I need to replace the grid with completely new data and headers etc from a jqxcombobox call. The problem I am facing is that if I destroy first grid this removes all resources so they are not available in the new grid. I am referring to buttons etc.
I am using an external JS file to load 2nd grid if that makes a difference. Is there any docs as to how to replace grid with new data and headers/columns. Many thanks