It appears that my custom RecordSummaryFunction is being called for every regular row ListGrid and for the grid summary row but not for the group summary rows. Also, when it is called for the grid summary row the other values in the record with which I am calculating the summary value have the value " ".
I was hoping that my custom RecordSummaryFunction would be called for both grid and group summary rows and that the other fields in the record would have their standard summary function values already calculated (the ones I'm using in my custom summary function all have standard RecordSummaryFunctionType.SUM.
The javadocs for RecordSummaryFunction make no mention of what to expect for grid or group summary records. Can you clarify?
I was hoping that my custom RecordSummaryFunction would be called for both grid and group summary rows and that the other fields in the record would have their standard summary function values already calculated (the ones I'm using in my custom summary function all have standard RecordSummaryFunctionType.SUM.
The javadocs for RecordSummaryFunction make no mention of what to expect for grid or group summary records. Can you clarify?
Comment