I am using jqGrid in inline editing mode.
For a particular grid, I need that when I edit a row for some of the values to be displayed in the fields and for others to not.
For example I have a row with these values:
col1 : 8h ; col2 : 8h ; col3 : 8h ; col4 : V ; col5 : V ; col6 : V ; col7 : 8h ; col8 : 8h
When I click edit the row, I need it that when there is an "8h" in the cell the fields will be empty, and when there is "V" in the cell the fields will keep the "V".
I tried to use this response of Oleg: response But I am not able to distinguish the "8h" and the "V"