jqGrid.src.js のこの行の 8713 行目に上記のエラーが表示されます。
var alertIDs = {themodal: 'alertmod_' + this.p.id, modalhead: 'alerthd_' + this.p.id,modalcontent: 'alertcnt_' + this.p.id},
this.p はヌルです。
私はこれを見ます: jqGrid throws: Uncaught TypeError: Cannot read property 'a' of undefined
しかし、答えがわかりません。私はすでにこれを行っています。「解決策は、ページャーをグリッドコンストラクターにチェーンすることでした。」
しかし、それでもエラーが発生します。