Home › Forums › Guriddo jqGrid JS › Help › Saving off row when selecting another row during inline editing
We have a grid which uses inline editing.
Hello,
You can play with onSelectRow, also using the example from the demo you can replace restoreRow with saveRow
Something like
onSelectRow: function(id){
if(id && id!==lastsel){
jQuery('#rowed3').jqGrid('saveRow',lastsel);
jQuery('#rowed3').jqGrid('editRow',id,true);
lastsel=id; }
},
Thank you, Tony.
Stay connected with us in your favorite flavor!
Copyright 2014 TriRand LtdAll Rights ReservedRSS