Hi,
I need to refresh my grid.
The first time the grid is constructed using the famous “jQuery(“#list”).jqGrid({{…” It works perfect. This function is called with a button.
I wish to refresh the grid with the same button after the first call. I saw the “jQuery(“#mytable_id”).trigger(“reloadGrid”); ” in the doc. However, I can’t manage to make it working. Could you give me a code snipet. I don’t understand how to separate the first call from the refresh calls using the same button.
Thanks
Arnaud
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top