I'm curious about how I can change the location of the summary field.Currently, it is attached to the Error% field as shown in the picture, so it is cut off and not visible.If you change SourceFieldName to another field, the field is displayed as a summary. Please tell me how to change the location regardless of the field area.
Hello,
Thank you for sharing the image. Looking at the image, unfortunately there is nothing inbuit for that, its not possible to move the summery position from under one column to another , because summary belongs to that specific column .
Yes there is the built in way to move the summary from bottom to top using SummaryDisplayArea enum if you are interested. Like this:
XamDataGrid.FieldSettings.SummaryDisplayArea = SummaryDisplayAreas.Bottom;
Or another option could be, have a label outside the grid , calculate the summary manually by setting SummaryEvaluationMode to manual .
The data presenter will not calculate summary values. You will have to perform the calculations and provide the result via the data presenter’s QuerySummaryResult event. You can have a look at this dos provided all the information .
https://es.infragistics.com/help/wpf/xamdatagrid-external-summary-calculations-copy
https://es.infragistics.com/help/wpf/xamdatapresenter-retrieve-the-result-of-a-summary
drive.google.com/.../1ASHcCQNnnGmGC3j9HszXO3KqqNcWdFVt
Can I put it in regardless of the field location?Usually, the summary output area seems to be determined depending on the field width depending on the field, but I would like to ignore this dependent part and place it where I want.
There seems to be something wrong with your server, the file isn't uploading.
looks like your attachment dint come through , can you please attach the screenshot again for better understanding of the issue.
Thank you.