【发布时间】:2015-01-07 08:12:43
【问题描述】:
我正在使用剑道网格。当我在列上使用组合框进行过滤时,过滤工作但过滤按钮右侧的过滤十字按钮未显示。要看到这一点,我需要拖动网格的列。过滤时如何看到十字按钮。
{
field: "BranchId",
type: "number",
title: "Branch",
width: "200px",
editable: true,
nullable: true,
hidden: false,
values: Branches,
},
【问题讨论】:
-
我在更新剑道脚本后解决了我的问题。
标签: user-interface filter kendo-ui grid