I have set a few row summaries on my grid, and have created custom cellpresenterstyles and labelpresenterstyles, and set the row summaries to be
DisplayArea
="BottomFixed"
but they all display centered and stacked at the bottom, not below the column they are summarizing. What am I doing wrong? They don't look like they do in the feature browser.
You should be able to do it.
If you are trying to align the summary result in respect to the alignment of the field, you can use this approach described by Andrew Smith in this forum thread:
http://forums.infragistics.com/forums/p/22306/81648.aspx#81648
Is there a way to alter the HorizontalAlignment of a ColumnSummary once it's SummaryPosition is defined as "Default" (and it's aligned with the related column) and you have SummaryLocation set to say BottomFixed?
I figured it out. I was setting the attribute Position as if it was TextAlignment so I was setting center or left expecting it to be aligned in that manner within the column boundaries.