hello, i want ask about how to reload grid in my page i have 2 grid. at first grid i have delete row but i want in grid 2 has reload grid too, not just grid 1
at grid i has write this :
$grid["delete_options"]["afterSubmit"] = "function(){jQuery('#list2').trigger('reloadGrid',[{jqgrid_page:1}]); return [true,''];}";
but still not reload in grid 2
thank you
4 Answers
Hello,
Your code segment looks fine and should work., if you share complete code i can further review it.
Hello Mr Abu Ghufran,
my syntax like in this link :
<a href="http://pastebin.com/HuePNRD7">this link</a>
i just added in line 11, but still grid 2 not automatic reload when i delete row in grid 1
oh ya revision in pastebin line 70 i have erase or not use
thank you MR Abu Ghufran
Your Answer