This is a migrated thread and some comments may be shown as answers.

[Solved] Grouping column instead of a row!

1 Answer 144 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Cory Seaman
Top achievements
Rank 1
Cory Seaman asked on 18 Feb 2015, 04:37 PM
We have a complex layout for a Kendo grid which it feels like we could do more simply via a single grid and grouping rather than two nested grids (master/detail), because that way we could leverage the built-in aggregate capabilities...not to mention that the data is all in a single dataset.  However, doing that would, I think, require some custom coding because what we're trying to do (cell "merging") isn't supported out of the box.

Could this work if we handle a row-level event, and inside there remove the colspan attribute and add a custom rowspan attribute to the grouping row, turning the grouping row into a column?

See the attached image for a couple of rows of the proposed layout.

1 Answer, 1 is accepted

Sort by
0
Kiril Nikolov
Telerik team
answered on 20 Feb 2015, 08:23 AM

Hello Cory,

 

You are right that such functionality is not supported out of the box. And while your approach might work in most of the cases, we can not say that it is officially supported.

 

Thanks for the understanding.

 

Regards,
Kiril Nikolov
Telerik
 
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
 
Tags
Grid
Asked by
Cory Seaman
Top achievements
Rank 1
Answers by
Kiril Nikolov
Telerik team
Share this question
or