2014-07-25 73 views
0

过滤器图标不显示在选项卡中。但是当我尝试点击显示的最后一个过滤器选项时。 如何显示过滤器图标和什么样的代码,我需要写..kendo-ui网格过滤器图标不显示

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

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

回答

0

我认为你必须做的,而不是仅仅trueobject

filterable: true