【问题标题】:Member not found, igGrid未找到成员,igGrid
【发布时间】:2016-04-01 07:05:07
【问题描述】:

我正在使用基础架构的 igGrid。它在 IE 11 中运行良好,但在 IE7 中出现错误

找不到成员

infragistics.lob.js 文件下一行

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 文件检查第一条评论中建议的一些值。

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,感谢您的评论,我在我的问题中添加了一些观察结果。

标签: jquery asp.net infragistics ignite-ui iggrid


【解决方案1】:
  • 所有Ignite UI控件和igGrid分别支持IE7以上 到版本 12.2。
  • 截至January 12th, 2016,微软不正式支持该浏览器 要么。

    高于 12.2 的版本不保证与 IE7 的兼容性。

【讨论】:

  • 但我仍然需要解决,因为我的 WPF 应用程序使用 IE7,我不能冒险升级它。
  • 你使用 WebView 吗?
【解决方案2】:

我不知道是什么问题。我刚刚将"aria-label"(带双逗号)更改为arialabel(不带逗号和连字符)并且它起作用了。可能有人可以解释得更好。

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 2012-03-08
    • 2017-09-19
    • 1970-01-01
    • 1970-01-01
    • 2014-08-02
    • 1970-01-01
    • 2012-04-30
    相关资源
    最近更新 更多