Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
245
Summary Calculations
posted

I'm using an UltraWinCalcmanager with my grid so enable me to calculate a few extra summaries for all of the columns.

I'm adding a summat like this:

ugDisplay.DisplayLayout.Bands(0).Summaries.Add("STDDEV", "STDEV([" + AvailableColumn.Key + "])", SummaryPosition.UseSummaryPositionColumn, AvailableColumn)

But on my grid, the new summary value just gets labelled "Summary"... as I add more summaries in they all get labbeled with the same thing. How do I go about defining the summary label?

TIA

 

Parents Reply Children
No Data