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
285
Summary values in GroupRow
posted

hi,

I did some searching but couldn't find anything that would suit my needs.

What I am looking for is to have summary values displayed in the GroupRow, aligned with its column header as seen in the screenshot below.

GroupRowSummary

I am on version 14.2.

Thank you

Srikar

Parents
  • 34690
    Verified Answer
    Offline posted

    Hello Srikar,

    Thank you for your post.

    To have the summaries of a XamDataGrid show up in the group row, aligned with their corresponding columns, I would recommend that you first set the SummaryDisplayArea in the XamDataGrid.FieldSettings to "InGroupByRecords." Next, in the XamDataGrid.FieldLayoutSettings, if you set the GroupBySummaryDisplayMode to "SummaryCellsAlwaysBelowDescription", you will have the summaries be in the group-by records aligned with the columns in the XamDataGrid.

    Please let me know if you have any other questions or concerns on this matter.

    Sincerely,
    Andrew
    Associate Developer
    Infragistics Inc.
    www.infragistics.com/support

Reply Children