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?
- I have a Kendo Angular2 Slack: https://kendouiangular2.slack.com