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 TOP2)Set Group by Display Area to DataRecordsOnly3)Drag Team column and group by Team: we see two grouped rows4)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
This solution works fine for the default style of the Grid. However, in our application we allow users to switch themes (Infragistics themes), and as soon as that happens your customization is overwritten by the theme's own implementation of the control template/style. Any suggestion as to how make this work in the theme-independent manner?
Thanks a lot.
Hello Alex,
I need to modify the style of the GroupByrecordPresenter at runtime.Can I load the style (an x:key in the xaml page targeting the igDP:GroupByRecordPresenter) in the InitializeRecord event?How can I loop through the Presenter objects to find the Group I'm looking for?Thanks in advanceVALERIO
In this case, you can modify the groupby are and move it to the right or manipulate the spacing between the group by labels. You can see example of that in the XamFeatureBrowser under XamDataGrid - Themes and Custom STyles - Custom GroupByAreaMulti Style
Yes, those properties work correctly and I've already set them.
What I would like is to avoid the whole split to the right of the layout as soon as a group is dragged into the groupArea. See the picture attacched from the previous project.
Valerio,
You can set the CellMaxWidth, LabelMaxWidth properties of the field as well as disallow resizing and/or field moving.