Hi,
I've got a problem with a summary containing a formula "Sum([PurcentBenchmark])". When I group by a column the formula is not computed anymore.
For your information, I use a filter condition (I want invisible rows to be taken into account for the formula) :
ultraGrid1.DisplayLayout.Bands[0].ColumnFilters["Qty"].FilterConditions.Add(FilterComparisionOperator.NotEquals, 0.0);ultraGrid1.DisplayLayout.Override.FormulaRowIndexSource = FormulaRowIndexSource.RowIndex;
Before grouping, it works (% Benchmark = 100%)
After grouping, formula is not computed.
Regards,
Sébastien
Hi mike,
I've tried to reproduce the problem in a new project... I didn't manage to.
So I' ve tried to change options on the UltraCalcManager instance.
Setting CalcFrequency = CalcFrequency.Synchronous and DeferredCalculationsEnabled = false make it work...
So I consider my problem resolved.
Hi Sébastien,
You might want to try getting the latest service release, if you don't already have it.
How to get the latest service release - Infragistics Community
If that does not help, then we probably need you to provide a small sample project demonstrating the issue, since I am unable to reproduce it.
Hi Mike,
It works fine when I display few columns but I have several summaries and columns (mapped on properties that contain straightforward calculations).
I am using version 9.2.
I tried this out and it seems to work fine for me.
Have you tried turning off the filter and see if that has anything to do with the problem? Or have you tried resetting the FormulaRowIndexSource to see if that's the cause?
What version of the controls are you using?