How to get select's value in jqGrid when using <select> editoptions on a column

前端 未结 4 1301
别跟我提以往
别跟我提以往 2021-01-02 11:20

I have a couple of columns in jqGrid with edittype=\"select\". How can I read the option value of the value currently selected in a particular row?

e.g.: When I prov

4条回答
  •  执念已碎
    2021-01-02 11:23

    The documentation for getRowData states:

    Do not use this method when you editing the row or cell. This will return the cell content and not the actuall value of the input element

    Is the row still being edited when you call getRowData()?

    Update

    Agreed, jqGrid does not handle

    提交评论

提交回复
热议问题