We have two jqGrid grids - we only want to display one at a time based on a user's input.
Each grid, when displayed, should appear on the screen at the same location.
What is the easiest way to achieve this?
Currently we just have our HTML set up with <table id="list"></table>
and then we create the grid with $("#list").jqGrid({...
.