First read is OK.
If change dataSource
$("#pivotgrid").data("kendoPivotGrid").dataSource.read();
Data in detail ros are OK but summary row don’t change
Thanks
1 Answer, 1 is accepted
0
Stefan
Telerik team
answered on 12 Oct 2016, 01:33 PM
Hello Ján,
If you would like to re-fetch the data and display a new aggregated result, then you will need to reset the source. This will force the widget to fetch the new data, perform the calculation and to display the updated result. You can find more details how to reset the source in this how-to demo: