Hello,
I have a grid with multiple nested aggregations. When I click on the 'X' icon to remove the aggregation, I get the following JavaScript error:
Uncaught TypeError: r[n].call is not a
function
at init.trigger (kendo.all.js:124)
at init.change (kendo.all.js:47748)
at init.trigger (kendo.all.js:124)
at init._change (kendo.all.js:24315)
at init._removeIndicator (kendo.all.js:24311)
at HTMLAnchorElement.<anonymous> (kendo.all.js:24180)
at HTMLDivElement.dispatch (jquery.min.js:3)
at HTMLDivElement.r.handle (jquery.min.js:3)
The column button is removed from the aggregation top band, but the aggregated data remains in the grid and there is no way to get rid of it.
I don't know where to look. Any ideas?
Thank you,