Kendo UI grid - grouped Header Columns

混江龙づ霸主 提交于 2019-12-11 03:32:52

问题


This is not related to the grouping function where you can drag things to the header and it groups the grid.

I am trying to present grid columns in categories for organization in a large grid showing complex financial data for my project. I have created a very very simplified mockup of what I am trying to accomplish in google docs at this link

https://docs.google.com/spreadsheets/d/11BZGrV5IE2zvh3Ya38jgCN1lgOqMFXegdwAOmv-bLZg/edit?usp=sharing

The solution would need top play nice with column resizing. We would disable the ability to re-order columns for this display so that shouldn't be an issue.


回答1:


Regarding a multi-row header w/ colspan

From the official forum:

Multirow headers will be available in the Pivot Grid, which we are currently developing with the idea of releasing it for Q2 2014. We may port the implementation for the standard Grid for subsequent releases, but I am afraid I can't provide official information about the timing and probability at this point.

http://www.telerik.com/forums/multiple-header-rows

http://www.telerik.com/support/whats-new/kendo-ui/road

If anyone cares this is how we overcame the problem using slick grid. We are updating to kendo so we will just carry this forward until we have a grid that has these capabilties. We used a legend and then applied a CSS to each header



来源:https://stackoverflow.com/questions/23503513/kendo-ui-grid-grouped-header-columns

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