如何在 Kendo UI 网格中创建包含字段聚合的新行

发布于 2025-01-10 18:36:01 字数 278 浏览 0 评论 0原文

我有一个网格,我试图创建一个标题,它占据整行并只显示“SUM:13”

我有一个剑道网格,它返回数据,其中一列的总和 = 13,并将其存储起来,以便我可以将网格的标题更改为: “结果:13”

我该怎么做?
我已经在该范围之外声明了一个变量来保存该总和。 然后我想......迭代它,将数据存储在该变量中并 之后,调用一个函数来更新标题标题?

我无法使用 headerGroup 或 footerDetail 模板,因为我需要将数据放在顶部,而 headerGroup 在网格内添加不必要的信息。

I have a grid, I am trying to trying to create a header, that takes up the entire row and just says "SUM : 13"

I have a kendo Grid, that returns data, the sum of one of these columns is = 13, and store it so I can change a grid's title to:
"Results: 13"

How can I do this?
I have declared a variable outside of that scope to hold that sum.
I want to then... iterate through this, storing the data in that variable and
afterwards, call a function to update the header title?

I cannot use headerGroup or footerDetail templates, as i need the data to be on the top, and headerGroup adds unnecessary information inside the grid.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文