Does anyone know how to disable the "reload grid" button (a.k.a. the "refresh" button) in the grid navigation?
You should use refresh:false
paremeer of the navigator (see http://www.trirand.com/jqgridwiki/doku.php?id=wiki:navigator):
$("#list").jqGrid('navGrid', '#pager',
{ edit: false, add: false, del: false, search: false, refresh:false });
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With