kendo-ui网格过滤器图标不显示

时间:2014-07-25 07:14:00

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

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

$("#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}]
});

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

1 个答案:

答案 0 :(得分:0)

我认为你必须只做true而不是object

filterable: true