我在jqGrid.src.js第8713行的这一行得到了上述错误:
var alertIDs = {theodod:'alertmod_'+ this.p.id,modalhead:'alerthd_'+ this.p.id,modalcontent:'alertcnt_'+ this.p.id},
this.p为null。
我看到了这一点:jqGrid throws: Uncaught TypeError: Cannot read property 'a' of undefined
但是,不明白答案。我已经这样做了,“解决方案是将寻呼机链接到网格构造函数。”
但仍然收到错误。