Exception: Call to Node module failed with error: Error: Template parse errors:
Can't bind to 'filterable' since it isn't a known property of 'kendo-grid'.
If 'kendo-grid' is an Angular component and it has 'filterable' input, then verify that it is part of this module.
If 'kendo-grid' is a Web Component then add "CUSTOM_ELEMENTS_SCHEMA" to the '@NgModule.schema' of this component to suppress this message.
("
<kendo-grid [data]="gridData" [ERROR ->][filterable]="true">
答案 0 :(得分:0)
您正在为Angular 2使用较旧版本的Kendo UI Grid。filterable
选项不久前已添加。从changelog开始,它似乎已于2017年3月24日在0.20.0版本中添加。
您使用的是哪个版本?