Hi guys. I am looking at the demo about multiselect and wondering about this: when i use this part of code:
jQuery(“#m1”).click( function() { var s; s = jQuery(“#list9”).jqGrid('getGridParam','selarrrow'); alert(s); });
it returns me row id (which is great and work perfect). But how can i get Inv.No instead row number, for each selected rows. The whole idea to take this ids is to send ajax and delete them. Is that possible ? 🙂
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top