long story short, when I'm trying to get value of any column with this
var Id=jQuery("#grid").jqGrid('getCell',id,'Id');
I'm getting this value
<INPUT style="WIDTH: 98%" id=2_Id class=editable role=textbox value=86 name=Id>
and i"m expecting 86 only. any guess what is wrong?