An easy question, I hope. I want to set different summary rows differently.
I achieve this with the group By rows using the InitializeGroupByRow event and checking the column key value in e.Row.Column.ToString().
Can't seem to figure out how to differentiate the various summary rows.
Thanks, Bill
Hi Bill,
I'm afraid you lost me. A SummaryFoot applies to a collection of rows, not a single row. I don't think you can change the appearance of the footer individually, except maybe by using a DrawFilter. But what criteria do you want to use to change it's appearance? You could get the rows collection from the SummaryFooterUIElement.