1.
Is there a way to know if a row inside the jqgrid is in edit mode?
If you speak about rows in inline editing mode than you can vertify whether row (<tr> element) has attribute editable="1". The attribute will be set ba jqGrid for all rows which are in the editing mode. So the code could be
if ($("tr#"+rowid).attr("editable") === "1") { // the row having id=rowid is in editing mode } or $($("#list").jqGrid("getInd",rowid,true)).attr("editable") === "1") { // the row having id=rowid is in editing mode }
2.
 
                    
                     
                    
                 
                    
                 
 
         
                
            
         浙公网安备 33010602011771号
浙公网安备 33010602011771号