Kendo - Grid - Custom Aggregate in FooterTemplate
问题 My understanding is that Kendo does not support custom aggregates but you can call a function in the footerTemplate. That function then can provide calculations on the data and can even reference kendo defined aggregates. So, for example, footerTemplate: "<div><b>Range</b> #= computeRange()#</div>" If this is correct, how would you write the function computeRange? It would use max-min aggregates. Also, how would you write a computeMedian function? Thanks in advance for your help. 回答1: