Is there a way to do custom grid summary using selected rows?
So for example as a user selects rows on the
grid, we would like to display a footer with a running total of the selection.
But I read in the documentation that Kendo UI does not support custom group and
table summary aggregation logic. So is there a way around that?
Thanks