For some unknown reason, when I try to loop on the selected rows on a multi select grid to delete it, the array containing the keys/rowid lose values thus not completing the whole deletion process.
For e.g:
var recs = $(”#mygrid”).getGridParam('selarrrow');
(recs variable in this example would hold [4,1] -> the row id's multiselected)
//alert(recs); ->should display 4,1
jQuery.each(recs,function(i,v){
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top