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.-
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.
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.