0
votes

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" ?

1

1 Answers

1
votes

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