I have a jqGrid with four columns and in which i get the rows from the database. Now i want some thing like this. On row selection the cell value of row has to be changed.
i.e.
 SNo       SName      Update     Roll No
  1        Steve      Rename      1001
  2         Jack      Rename      1002
I want to update the SName when the user selects Rename from jqGrid row for example if the user selectes rename from first row then first row should be like the following
i.e.
SNo       SName        Update         Roll No
 1        Steve     Update/Cancel      1001
 2        Jack         Rename          1002
Can any one suggest me how to obtain the same