I have a grid that correctly displays my aggregate information in a groupFooterTemplate, but it only shows this information when the section of the group-by is visible (not collapsed).
Is there a way to display the aggregate information in a template that shows when that section is collapsed?
1 Answer, 1 is accepted
0
Alexander Valchev
Telerik team
answered on 09 Apr 2012, 09:30 AM
Hi Nick,
Presently the grid does not provide this functionality and I am afraid I cannot suggest an easy workaround.
The expand/collapse of groups is hook up to the click event of the .k-collapse and .k-expand elements, so it might be possible to disable the default behaviour and implement your own. Even though this might work, I would not recommend this approach, because it involves a lot of custom code and might lead to other problems.
We haven't received much requests for this so far, but we will appreciate if you add this as a feature request in our user voice page. If it turns out to be popular we will consider it for future releases.
Greetings,
Alexander Valchev
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!