How to force all summaries to recaculate in a WinGrid when a cell value changed?
If a value of a cell in the grid changes and it affects a summary, then the summary is automatically updated. You should not need to do anything.
However, there is a Refresh method on the SummarySettings which will force a recalculation.
How we call SummarySetting Refresh in vb.net for this force recalculation. I am deleting an ultragrid row which is having scroll and its summary which I have taken in to variable is not getting updated till I mannually scroll down to summary portion.