Sending additional parameters to editurl on JQgrid

后端 未结 3 1366
天涯浪人
天涯浪人 2020-12-18 14:29

My problem now is trying to send the ID (editable: false) of a row when editing that row.

For example, i have a grid with columns userid(editable

3条回答
  •  借酒劲吻你
    2020-12-18 15:10

    You can use

    hidden: true, editable: true, editrules: { edithidden: false }, hidedlg: true
    

    in the definition of the piezaId (ID) column. The parameter hidedlg is currently not real needed, but can be useful if you decide the use other jqGrid features.

提交回复
热议问题