I\'m using the column reordering feature in jqGrid
$grid = jQuery(\"#list\").jqGrid({ sortable:true, ... });
Is there an event that fir
The demo for the jqGrid sortable rows plugin says that all available options and events from sortable widget can be used.
If that's right then you should be fine just using the update event that's part of the sortable plugin.