1
votes

I used kendo grid, I need to add custom footer with predefined text.

Please suggest me. Thanks in advanceenter image description here

Note : 1) Aggregate function column footer template is not needed

1

1 Answers

2
votes

You will need use jQuery and css to do that. I am afraid, that there is not possibility to modify footer. Maybe footerTemplate can help you.

Anyway, if you have to, you can append anything you want - for example in dataBound event. Small example here.