Just as we can access "value" in groupHeaderTemplate, is it possible to access "value" (essentially the column value) from the group footer template.
For example: in the group header template we have something like:
<script id="productCodeTemplate" type="text/x-kendo-tmpl">
# var product = value; productArr = product.split(";"); #
</script>
so can we do "var product = value" in the group footer template as well? since when i try this it does not work (says value is not defined)