Hi Tony,
Sorry but the problem still the same with the last version of your plugin.
The _nd parameter is now changing on each ajax request but no effect…
Exemple of my script :
jQuery(#element).jqGrid({
// grid definition, url, ...
})
function action(){
id = jQuery("#element").getSelectedRow();
jQuery.get(); // ajax call to my server (update data), no return data;
jQuery("#element").trigger("reloadGrid"); // refresh grid after ajax call
}
I’m using XML for my grid populated by a MySQL database, it’s based on your example…I don’t know what i’m missing…
It’s strange because, when i use this script for search in grid (like your example), i do not have this kind of problem, the data in the grid are updated.
Thanks for you time
laurent