How to get a jqGrid cell value when in-line editing (getcell and getRowData returns the cell content and not the actuall value of the input element).
you can use this directly....
onCellSelect: function(rowid,iCol,cellcontent,e) { alert(cellcontent); }