Hey. We have a problem that we would like to have fixed.
In the xamdatagrid when we have a summary, we would like to be able to have the summary aligned to the far right and to have it bold in the group by header.
The way we have aligned it to the right now is to have it GroupBySummaryDisplayMode="SummaryCellsAlwaysBelowDescription" with the column to the far right.
Thanks :)
Hello,
If you want to use a Style along with a theme, you should move the Styles in the XamDataGrid’s Resources. As for the expanding of the Records I can suggest you see these two forum threads:
http://es.infragistics.com/community/forums/t/68018.aspx
and
http://es.infragistics.com/community/forums/t/53035.aspx
Hope this helps you.
Hm, after some more testing there is two issues I have found.
1) In my grid I had removed the count from the group header, this removal did not work after moving the subtotals to the groupByHeader line.
2) If I use a Theme, then the fix no longer work.
Thanks :) this solved our problem.
A different problem we have is that we would like to always have our grid records expanded, but I have not been able to find the code to make the grid always expanded after reload of content.
Thank you for your post. I have been looking into it and I created a sample project for you with the functionality you want. Basically I copied the default template of the GroupByRecordPresenter and change its Template based on your requirements. Please let me know if this helps you or you need further assistance on this matter.
Looking forward for your reply.