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
190
How do I get different Summary data in Group by
posted

Hi, My Users requirement is to display the selected column in the "group by" as part of summary row.

The issue is I need to display strings and I selected the Max to display string. But I am getting the values in the top level summary row too.  The attached picture will help clarify my issue.

Is there a way I can suppress the display which I stroked out in the picture. Thanks

Parents
No Data
Reply
  • 138253
    Offline posted

    Hello,

     

    Thank you for your post. I have been looking into it and I can suggest you set the XamDataGrid’s FieldSettings’ SummaryDisplayArea to “DataRecordsOnly,InGroupByRecords,Top”. This way the summaries will appear in the GroupByRecord’s Description and in the DataRecords.

     

    Hope this helps you.

Children
No Data