Multi Column Header for Angular 2 Kendo Grid

2019-09-08 04:13发布

I am try to create a Kendo Grid with multi column header using Kendo UI for Angular 2. Previously, the old version for Kendo supported this (http://demos.telerik.com/kendo-ui/grid/multicolumnheaders). Is this supported in the Kendo Grid for Angular 2?

Another thing that I am trying is column filtering capability which was enabled using the columnMenu option previously. Is this option present in the Kendo Grid for Angular 2?

2条回答
▲ chillily
2楼-- · 2019-09-08 04:26

Both of these are part of the future plans of the framework, note that Kendo UI for Angular 2 is a completely new product built from scratch and you can keep track on the roadmap here:

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

查看更多
相关推荐>>
3楼-- · 2019-09-08 04:37

The feature is now implemented.

You need to use the <kendo-grid-column-group>

Here is a plunker from KendoUI http://plnkr.co/edit/mPbo8CRYYm2AcdGdEfrY?p=preview

Source: http://www.telerik.com/kendo-angular-ui/components/grid/columns/#toc-multi-column-headers

查看更多
登录 后发表回答