1

我正在尝试使用 Kendo UI for Angular 2 创建一个具有多列标题的 Kendo Grid。以前,Kendo 的旧版本支持此功能(http://demos.telerik.com/kendo-ui/grid/multicolumnheaders)。这在 Angular 2 的 Kendo Grid 中是否支持?

我正在尝试的另一件事是之前使用 columnMenu 选项启用的列过滤功能。Angular 2 的 Kendo Grid 中是否存在此选项?

4

2 回答 2

1

这两个都是该框架未来计划的一部分,请注意,Angular 2 的 Kendo UI 是从头开始构建的全新产品,您可以在此处跟踪路线图:

http://www.telerik.com/kendo-angular-ui/roadmap

于 2016-11-22T13:02:44.190 回答
1

该功能现已实现。

您需要使用<kendo-grid-column-group>

这是来自 KendoUI http://plnkr.co/edit/mPbo8CRYYm2AcdGdEfrY?p=preview的 plunker

资料来源: http ://www.telerik.com/kendo-angular-ui/components/grid/columns/#toc-multi-column-headers

于 2017-05-25T12:29:15.087 回答