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
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.