Closed GoogleCodeExporter closed 9 years ago
I recommend to create this as Issue for jqGrid at github.
http://github.com/tonytomov/jqGrid/issues
A workaround can be to select the selected ids in an onBeforeTopics
or an onPagingTopics and safe them.
$.subscribe('myOnBeforeTopic', function(event,data) {
var selectedIds = $("#gridmultitable").jqGrid('getGridParam','selarrrow');
});
I close this Issue because it is not releated to this plugin,
feel free to reopen it when you think there are a task for struts2-jquery
plugin.
Original comment by johgep
on 3 Mar 2010 at 11:06
Original issue reported on code.google.com by
mamo...@gmail.com
on 2 Mar 2010 at 7:57