Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
215
Column Grouping with Summaries
posted

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?

  • 19693
    posted

    Hello Leas,

    Please let us know if you need further assistance regarding the implementation of the approach which David has suggested.

  • 33839
    Suggested Answer
    posted

    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