Is it possible to format the cell apperance of a summary cell based on the value of the summary?
In my case we have a grid with GroupBy rows. The summary is located on the same row as the summary. We would like to change the backcolor of the summary cell (for each summary row) based on the value.
Thanks
The SummaryValueChanged event is a good place to do this, since it fires any time the value of the summary changes.
Thank you both.
Changing the e.SummaryValue.Appearance.BackColor in the summaryValueChanged event worked great.
Hi,
That's great. Let me know if you need any additional help.
Regards,
Stefaniya