Hi Petyo,
Could You give please me an advice:
1. How to identify the "Total column" in template script. Following code will change column called "Fala" see image "telerik-pivot-headertemplate-grandtotal.png"
<
script
id
=
"headerTemplate"
type
=
"text/x-kendo-tmpl"
>
# if (member.children.length) { #
<
em
>Total #: member.caption #</
em
>
# } else { #
#: member.caption #
# } #
</
script
>
2. How to fix undefined value if use more then one measures see image "telerik-pivot-headertemplate-undefined.png"
Thanks in advance
Lukasz