Multi Column Header for Angular 2 Kendo Grid

旧街凉风 提交于 2019-12-12 03:06:48

问题


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?


回答1:


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




回答2:


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



来源:https://stackoverflow.com/questions/40742474/multi-column-header-for-angular-2-kendo-grid

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!