I\'m using the column reordering feature in jqGrid
$grid = jQuery(\"#list\").jqGrid({ sortable:true, ... });
Is there an event that fir
use this one
$("#list").navGrid('#pager1', { edit: true, add: true, del: true });