It was TOUGH but the answer was so simple!
After the unload I needed to reset my local variable:
|
|
try {<br /> $incidentGrid.jqGrid('GridUnload');<br /> <strong> $incidentGrid = $('#tblJqGrid');</strong><br /> }<br /> catch (e) {<br /> alert(e.message);<br /> }<br /> |