I have a grid that has both column grouping and the summary row behavior implemented. While I have a summary for each column, is it possible to render summaries per group row as well as the grand summary using the WHDG?
Hello Leas,
Please let us know if you need further assistance regarding the implementation of the approach which David has suggested.
Hi leas3c,
Currently, this is not built into the WebHierarchicalDataGrid. If you would like to see it supported, could you submit a feature request? In the meantime, you could implement this yourself. Each Grouped Row has a text property that can be set with any text you desire. There is also a Grouped Row Initialize event you can handle. What you would need to do is calculate the summaries yourself row the rows in the group and then set that as the text.
regards,David Young