如何将自定义文本添加到 MVC telerik 网格的页脚

发布于 2024-09-25 18:23:19 字数 93 浏览 5 评论 0原文

我在 MVC2 应用程序中使用 telerik MVC 网格扩展,并且我想在页脚中添加一段自定义文本(记录计数)。我不想在这种特殊情况下使用分页。

支持吗?

I am using the telerik MVC grid extension in my MVC2 application, and I would like to add a custom piece of text (a record count) in the footer. I don't want to use paging in this particular case.

Is this supported?

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

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

埖埖迣鎅 2024-10-02 18:23:19

目前没有任何内置功能可供您使用。我们将在下一个版本中添加页脚模板。在那之前你可以尝试一些 jQuery 魔法来注入所需的 HTML:

$('#Grid').find('.t-grid-footer').append("some HTML")

Currently there is nothing built-in which you can use. We will be adding footer templates in our next release. Till then you can try some jQuery magic to inject the required HTML:

$('#Grid').find('.t-grid-footer').append("some HTML")
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文