Grid.Blazor icon indicating copy to clipboard operation
Grid.Blazor copied to clipboard

Totals column calculated by other totals

Open comichael opened this issue 3 years ago • 2 comments

I need to calculate the overall performance factor (total planned hours vs total actual hours) based on search / filtering - e.g what is currently shown in the grid.

Each grid row has fields "Planned Hours" and "Actual Hours". In the "Totals" / summary, I have the totals needed. I just need to add a simple calculation based on those totals, and put it in another total field called "Performance Factor".

Is there a way to do that?

comichael avatar Jun 23 '22 14:06 comichael

Package version 3.4.0 supports this feature.

You can find more info here

The samples also include this functionality

gustavnavar avatar Jul 06 '22 20:07 gustavnavar

Package version 3.4.0 supports this feature.

That is awesome. Thanks a lot for taking time to implement this feature.

comichael avatar Jul 08 '22 04:07 comichael