【问题标题】:kendo-ui grid filter icon not displayingkendo-ui 网格过滤器图标未显示
【发布时间】:2014-07-25 07:14:00
【问题描述】:

过滤器图标未显示在选项卡中。但是当我尝试单击显示的最后一个过滤器选项时。 如何显示过滤器图标以及我需要编写什么代码..

$("#grid").kendoGrid({
        dataSource: dataSource,
        dataBound: function(){
            updateGridForStage(stage)
            riskGridTitle()
        },
        height: 'auto',
        scrollable: true,
        sortable: true,
        filterable: Object,
        pageable: false,
        columns: [
            { field: "subject", title: "Subject", width: "40%" },
            { field: "status", title: "Status", width: "30%" },
            { field: "risk", title: "Score", width: "10%" },
            { field: "owner", title: "Owner", width: "25%" },
            { field: "days_open", title: "Days Open", width: "15%" },
            { field: "next_review", title: "Next Review Date", width: "25%" },
            { command}]
});

“我需要在状态附近显示图标”

【问题讨论】:

    标签: kendo-ui kendo-grid kendo-mobile


    【解决方案1】:

    我认为你只需要true 而不是object

    filterable: true
    

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 2018-01-22
      • 1970-01-01
      • 1970-01-01
      • 2013-06-02
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多