开发者

How to add custom text to the footer of an MVC telerik grid

开发者 https://www.devze.com 2023-01-18 22:18 出处:网络
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 cou开发者_运维技巧nt) in the footer. I don\'t want to use paging in this part

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 cou开发者_运维技巧nt) in the footer. I don't want to use paging in this particular case.

Is this supported?


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")
0

精彩评论

暂无评论...
验证码 换一张
取 消