I'm using the column reordering feature in jqGrid
$grid = jQuery("#list").jqGrid({
sortable:true,
...
});
Is there an event that fires after columns are re-ordered? If there is, I can't see it!
Thanks in advance
I'm using the column reordering feature in jqGrid
$grid = jQuery("#list").jqGrid({
sortable:true,
...
});
Is there an event that fires after columns are re-ordered? If there is, I can't see it!
Thanks in advance
Would not this be much easier. Just using the ui element to map all the rows and finding their position by using sortable index() function ?