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
1080
Summary in grouped rows
posted

Hi,

Is there the possibility to put summary in the grouped rows?
Take the xamFeatureBrowser XamDataGrid-RowSummaries-CustomStyling example:
1)Set Summary Diasplay Area to TOP
2)Set Group by Display Area to DataRecordsOnly
3)Drag Team column and group by Team: we see two grouped rows
4)Expand the first row and see the summary row right below the grouped row.
What I ask is: can i have the summaries directly in the grouped row?
(or can I format the option -InGroupByRecords- in a way that allow correct horizontal positions of the summary text in the corresponding column?)
Another question:
I need to allow users to click on summary values to perform further actions based on the source column of the selected summary value in the grouped row selected.
So I have to retrieve the source colum name and also navigate somehow the hierarchical tree of the groupBy to find all the parent groups if any.
How can I navigate through the GroupBy tree?

VALERIO