Hello,
I tried enabling the possibility to reorder the rows in jqgrid.
So I did this:
jQuery(“#gSuppListSel”).jqGrid(‘sortableRows’, { });
jQuery(“#gSuppListSel”).jqGrid(‘gridDnD’);
it works great! But now I need to click a button and get the new data reordered.
If I do:
var gridData = $(‘#gSuppListSel’).jqGrid(‘getGridParam’,’data’);
I obtain the data in the old order.
Is there a way go get the new order?
thank you!
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top