jtromans
jtromans

Reputation: 4273

How to achieve Sencha Ext JS Grid's "Grouped Header" in Kendo UI Grid

I am trying to achieve Sencha ExtJS Grid's "Grouped Header" in Kendo UI Grid. Below is an example of the "Grouped Header": http://docs.sencha.com/extjs/4.2.1/extjs-build/examples/build/KitchenSink/ext-theme-neptune/#grouped-header-grid

In the example, "Stock Price" grouped header straddles across "Price", "Change" and "% Change" (sub) columns. How do I achieve the same thing in Kendo UI Grid?

Having read the documentation and examples carefully, the only thing I seem to be able to find is Kendo UI Grid's "Groupable" functionality. Obviously this is not what I'm after. Hopefully I've missed something in my research.

Any thoughts on how to achieve this "Grouped Header" ?

Upvotes: 0

Views: 267

Answers (1)

Atanas Korchev
Atanas Korchev

Reputation: 30661

Currently the Kendo UI grid doesn't support this feature. Part of our plans though.

Upvotes: 1

Related Questions