1
votes

In the footer of a grid, you can do the following in each column and all the values will be in the same footer:

    <template kendoGridGroupFooterTemplate let-group="group" let-aggregates>
        <span class="pull-right">{{(aggregates["dProfit"].sum / aggregates["net_tot"].sum) * 100|number:'1.2-2'}}</span>
    </template>

Can you do this in a header?

1

1 Answers

0
votes