私は爆笑的なigGridを使用しています。メンバーが見つかりません、igGrid
が見つかりませんIE7でエラーがIE 11で正常に動作しますが与えています。メンバーが
return $(markup).append(headerText).attr({id:this.id()+"_"+column.key,role:"columnheader","aria-label":column.headerText,tabIndex:this.options.tabIndex}).addClass(headerClass).addClass(customClass).data("columnIndex",index)
私はこの問題を解決する助けてくださいラインの下にあるファイルinfragistics.lob.jsに
EDIT
私が最初のコメントで提案されているよういくつかの値を検査するinfragistics.lob.js
ファイルに行ってきました。
console.log(this.id()); // output: id of table to with data is bount
console.log(column.key); // Key column name (RecordId)
console.log(column.headerText); // Key column name (RecordId)
console.log(this.options.tabIndex); // 0
_'this.id() '_あなたが' column.key、column.headerText、this.options.tabIndex'のように参照している他のオブジェクトキーを参照してください。 – Jai
@Jai、コメントありがとう、私は私の質問にいくつかの観測を追加しました。 – Imad