I use method 'editRow':
$("#grid").jqGrid("editRow", rowid, true);
and setFrozenColumns:
$("#grid").jqGrid("setFrozenColumns");
That way I can not change the frozen columns 
Method editGridRow:
$("#grid").jqGrid("editGridRow", rowid);
works well, but I want to use inline editing.
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top