过滤器不适用于字母数字字符-Kendo angularJS

时间:2019-03-05 11:13:53

标签: kendo-ui kendo-grid

我正在尝试过滤网格中的字母数字字符,但在kendo ui angularJS中不起作用,我必须使用kendo ui angularJS

示例: “位置”是列名,我要过滤以下字母数字字符的数据

**Position**
 abc:123
 test:12345

我为action.config文件中的“位置”列设置了 filterable:true

下面的代码在controller.js文件中

dataSource: {
              schema: {
                    model: {
                        fields: {
                            Position: {
                                editable: false,
                                type: "string"
                        }
                    }
                }
            }

kendo库是:Kendo UI v2015.1.429

请帮助我

0 个答案:

没有答案