How to force all summaries to recaculate in a WinGrid when a cell value changed?
Hi Axel,
What exactly do you mean by "'import' a saved set of values into a column"? Are you setting the cell values in code? If so, then the summaries should be updating automatically. If they are not, I'd say it's a bug in the grid.
Also, what exactly do you mean when you say "Custom" summaries? I assume this means you are using an ICustomSummaryCalculator. In which case, when you call Refresh on the SummaryValue, the method of the ICustomSummaryCalculator should be called again to calculate the summary value. If this is not happening, then it's a bug.
Do you have the latest Hot Fix?