Skip to content Skip to sidebar Skip to footer

Kendo Ui Grid - Grouped Header Columns

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

Solution 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

enter image description here

Post a Comment for "Kendo Ui Grid - Grouped Header Columns"