Hi Peter,
thanks for your quick response!
Well, if I remove the autosavestate and autoloadstate parameters, then I will lose this feature where the grid remains with the latest stage.
I have also tried to destroy de grid and load it again, but it didn’t work either. The grid loads with its last stage.
According to you, how should I destroy the grid?
My code was:
$("#jqxgrid-<?php echo $_POST["selectScenario"] ?>").jqxGrid('destroy');
Thanks again!