jqGrid のセルのテキストと値を取得する必要があります。edittype='select'
これが私のcolModelです
{ name: 'ResponsibleId', editable: true, width: 140, sortable: false, formatter: 'select', edittype: 'select', editoptions: { value: ResponsibleList } }
インライン編集と free-jqgrid v4.9.0 を使用しています
私が走るときvar respId = $(gridId).jqGrid('getCell', row_id, "ResponsibleId");
アイテムの適切な価値を教えてくれますが、テキストも必要です。
ありがとう