You can use:
$("#grid_id").trigger("reloadGrid");

it reloads grid with grid params that may be changed by browser user
( sorting name, page number), so if you want a full refresh or need
changed options on grid , you may need to use something like this:
$("#grid_id").setGridParam(default_parameters).trigger("reloadGrid");

it's described on documentation, see: "Basic Grids" > "Methods"
section

On Jul 2, 5:38 pm, ljnet <ljnet.m...@gmail.com> wrote:
> how to let the jqgrid refresh? without page reloading.
> does jqgrid have such a method? how to call it?
>
> Thanks in advance.

Reply via email to