Hi,
I have a UltraWinGrid with a SummaryDisplayArea. One Column is numeric. My question is: How can I make the Color of the SummaryCell in addiction to the content. I want red color if content is negativ and black color if positiv.
Thanks
Hansjörg Wintermantel
Hi Hansjörg,
Handle the SummaryValueChanged event of the grid. Then you can exmaine e.SummaryValue.Value and set e.SummaryValue.Appearance to an appropriate appearance based on that value.
If you want to set this up at design-time instead of writing code, then you should check out ValueBasedAppearances.