Hi,
I am trying to change the appearance of the cells in the groupby row but I cannot see a way to change them individually (only through the CellAppearance of the row that affect all of them) as I can do in any other row. The UltraGridGroupByRow does not implement the Cells property to access to the collection so I cannot see a way to access to its cells.
Additionally, I am maping the AfterCellUpdate event but I only receive the cells of normal rows which value have changed but never the 'groupby cells' (if that type exist) that are also changing due to some formulas in the columns.
Please, advise.
Thanks!
Luis.-
I don't think this is possible with a Formula. You could create your own ICustomSummaryCalculator and do the calculations in code, though.
how about having different SummaryValue formulas? we have an scenario in which depending on the 'groupby row level' the formula is different, do you see how to do it with infragistics grid?
Oh, yeah, SummaryValueChanged is very useful for changing the appearance of a summary based on it's value.
Thanks Mike!
The SummaryValue is the one we need. I had not realized that there was an event fired when a summary value was updated.
Hi Luis,
A GroupByRow doesn't have any cells. Do you mean Summaries? If you want to change the appearance of a summary, then you should use the SummarySettings.Appearance or SummaryValue.Appearance.