Hello,
I am using a grid with a filterrow and aggregates (sum function). It works fine, when I filter, the sum changes according to the filter. The only problem occurs when I apply a filter (text filter via filter row) that leads to no result. The aggregate is empty then, which is correct. But if I change the filter or remove it completely, the aggregates remains empty. My aggregate renderer gets an empty object as the aggregates parameter and null as summaryData.
I just get it to work with a workaround to rerender the grid on the filter event.
Could you check this behaviour?
PS: I am using jqwidgets version 3.0.3