Completed
Last Updated: 31 May 2017 11:59 by ADMIN
Chris
Created on: 02 Oct 2013 00:06
Category: Grid
Type: Feature Request
69
provide more information in groupheadertemplate
The event args from column.groupHeaderTemplate (and groupFooterTemplate) should contain a function to retrieve the data for that group. Currently, they only contain "field" and "value." If you made the grouped rows available in this event, clients would be free to add multiple aggregate columns of the same type (i.e., get the "sum" of multiple values instead of being limited to a single value). I've been able to halfway implement this, but it only works correctly if I'm only grouping by one column. For example, if I'm grouped by WidgetName and then by ProductCode, my event args for ProductCode should contain a function to return data rows for only rows matching the current ProductCode and WidgetName.
2 comments
ADMIN
Pavlina
Posted on: 31 May 2017 11:59
This is completed: http://docs.telerik.com/kendo-ui/api/javascript/ui/grid#configuration-columns.groupHeaderTemplate
Jared
Posted on: 08 Oct 2013 23:28
Since the group passed via the args doesn't indicate the parent group, it's difficult to find the relevant data rows when I'm in a sub-group.