剑道ui网格角2页脚模板

时间:2016-12-07 11:14:15

标签: kendo-ui-angular2 kendo-ui-grid

如何在角度为2的kendo网格页脚中显示列的总和。我尝试使用像这样的aggregateBy方法

public sumUnitPrice() {
    return aggregateBy(this.gridView.data, [{ aggregate: "sum", field: "UnitPrice" }]);
}

但是在页脚中如何调用此函数

1 个答案:

答案 0 :(得分:0)

有一个例子如何使用footerTemplate directive

同样,您可以在页脚模板中显示aggregateBy函数的结果 - http://plnkr.co/edit/p8LpBRZmDO5jrhZ5U91w?p=preview