【问题标题】:Kendo grid does not render filter icon in IE8剑道网格在 IE8 中不呈现过滤器图标
【发布时间】:2013-01-11 13:10:41
【问题描述】:

为什么 Internet Explorer IE8 没有在 Kendo 网格的标题栏中显示过滤器图标?它是一个错误吗?我检查了代码并将其设置为filterable:true。在火狐的作品中。

我是这样用的:

$("#myHtmlTable1").kendoGrid({
    dataSource: {
        pageSize: 18
    },
    scrollable: false,
    sortable: true,
    filterable: true,
    selectable: true,
    pageable: {
        input: false,
        numeric: false
    },
    change: function () {
        // MY LOGIC
    },
    columns: [
    {
        field: "Col1",
        width: 40
    },
    {
        field: "Col2",
        width: 250
    },
    {
        width: 40,
        field: "Col3"
    },
    {
        width: 150,
        field: "Col4"
    }
    ]
});

【问题讨论】:

    标签: jquery telerik kendo-ui


    【解决方案1】:

    这个jsbin 示例对您有用吗?在我看来,它和你的很相似。

    【讨论】:

    • 我看不出有什么不同。我的网站上还有另一个页面,它显示正确。
    • 您需要以某种方式复制它,以便我们为您提供帮助:P
    【解决方案2】:

    使用它解决的文档类型<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2023-03-19
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多