";
jQuery("#list2").setRowData(ids,{act:toact});
}
},
onSelectRow: function(id){
if(id && id!==lastsel2){
jQuery('#list2').restoreRow(lastsel2);
jQuery('#list2').editRow(id,true);
lastsel2=id; }
},
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top