0
votes

I need to edit the jqgrid row as below:

1) Edit button should apppear on each row. (at last column). 2) on click of edit button, inline edit should enable and (Save and Cancel ) button should appear.

Please guide me .

I found, many exmaple but, its all on SELECT ROW .

Thanks

1

1 Answers

0
votes

You should just use formatter: "actions" in the last column. It's allow to add buttons which help to start inline or form editing depend of the used options (see editformbutton property). The options (specified in formatoptions) editOptions and delOptions are specific for form editing. All other options in formatoptions (keys, onEdit, afterSave and so on) can be used to configure inline editing. See the old answer for a code example.