Hi,
I would like to be able to see the columns in my grid when I group. Also I want in the grouped line I would like to see the Sum of the numerical items in the grouped rows and the ones that are string if they are the same in all the group show that if not show an empty string.
Can someone help me on how to do this?
Thanks,
Fede
Hello Fede,
As per your first requirement, you can set the Header Placement In GroupBy property to OnTopOnly. This is shown in one of the samples in the XamFeatureBrowser - xamDataGrid - layout and Behavior - Header Placement. As per the second one, you will have to create a summary for these fields and set their DisplayAreas to InGroupByRecords. You can also find a sample with this in the xamFeaturesBrowser under - xamDataGrid-RowSummaries - Sumamry Location and UI Type.
Please let me know if that is what you are looking for.