Hello guys,
I'm working with latest version of Kendo UI (2015.Q2), Kendo Grid.
From this article I understand how to build aggregated values (summary values in the group's footers). But in my case I need to display this aggregated values in my group headers. For now I build workaround as child grids with same options and columns in the detail template (and make child's headers invisible). Something like the one on the screenshot (attached).
But I was needed to recalculate everything manually and add to parent node. It's not very good option for me.
Moreover now I realize that I will need to create second level of hierarchy (child can have own children). And it will be very complicated logic and code.
By searching I understand that "groups" are perfect solution for me, but group headers have been designed as a single cell, so I cannot use aggregates values inside and build similar structure. Maybe I can try to build header template as a grid with similar columns and do some styling, but it's just another workaround.
Can someone help me with this problem? Any chance to build group header template for each column (not single one)?
Thank you.