This is a migrated thread and some comments may be shown as answers.

Grouping With TagHelpers

1 Answer 129 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Scott
Top achievements
Rank 1
Scott asked on 14 Feb 2019, 10:35 PM

Hello,

Can someone please shed some light on why this is not outputting a group header total?

<column field="regularHours" title="Regular Hours"

                        template="<div style='text-align: right'>#= kendo.toString(regularHours, '0.00') #</div>"
                        group-header-template="<div style='text-align: right'> Total: #= kendo.toString(sum, '0.00') #</div>"
                        footer-template="<div>Total: #= kendo.toString(sum, '0.00') #<div>">

</column>

Both the template and the footer-template are working but I have nothing showing for the group-header-template in my grid.

Any help appreciated,

 

1 Answer, 1 is accepted

Sort by
0
Georgi
Telerik team
answered on 19 Feb 2019, 02:12 PM
Hello Scott,

I have tested the very same group header template on my end but it seems to be working as expected. Attached you will find the sample I used for testing.

Could you please examine it and let me know what I am missing?


Regards,
Georgi
Progress Telerik
Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.
Tags
Grid
Asked by
Scott
Top achievements
Rank 1
Answers by
Georgi
Telerik team
Share this question
or